Skip to content

Commit 5f00e15

Browse files
xusd320fireairforce
authored andcommitted
feat(wasm): turbopack wasm adapted to latest upstream
1 parent 2c9291f commit 5f00e15

File tree

393 files changed

+2572
-826
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

393 files changed

+2572
-826
lines changed

.cargo/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ rustflags = [
7373
linker = "arm-linux-gnueabihf-gcc"
7474

7575
[target.wasm32-unknown-unknown]
76-
rustflags = ["-Zshare-generics=y", "--cfg", 'getrandom_backend="wasm_js"']
76+
rustflags = ["-Zshare-generics=y", "-Aunused", "--cfg", 'getrandom_backend="wasm_js"']

0 commit comments

Comments
 (0)