Skip to content

Commit b440e6b

Browse files
committed
Unstable feature that makes rayon work
1 parent 7ce8078 commit b440e6b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.cargo/config.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,7 @@ rustflags = [
1818
"-C", "link-arg=-s", "-C", "link-arg=EXPORT_NAME=createModule",
1919
"-C", "link-arg=-s", "-C", "link-arg=EXPORT_ES6=1",
2020
"-C", "link-arg=-s", "-C", "link-arg=ASSERTIONS=1"
21-
]
21+
]
22+
23+
[unstable]
24+
build-std = ["std", "panic_abort"]

0 commit comments

Comments
 (0)