summaryrefslogtreecommitdiff
path: root/.cargo/config.toml
diff options
context:
space:
mode:
Diffstat (limited to '.cargo/config.toml')
-rw-r--r--.cargo/config.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml
index 0a977cc..ba74195 100644
--- a/.cargo/config.toml
+++ b/.cargo/config.toml
@@ -1,2 +1,6 @@
[target.'cfg(target_family="wasm")']
-rustflags = ["-C", "llvm-args=--mattr=+bulk-memory-opt,+simd128,+relaxed-simd,+tail-call,+extended-const", "-C", "target-feature=+simd128,+relaxed-simd,+tail-call,+extended-const"]
+rustflags = ["-C", "llvm-args=--mattr=+bulk-memory-opt,+simd128,+relaxed-simd,+tail-call,+extended-const",
+ "-C", "target-feature=+simd128,+relaxed-simd,+tail-call,+extended-const"]
+
+[unstable]
+build-std = ["compiler_builtins", "std", "core", "alloc", "panic_abort"]