Skip to content

Commit 470d5b6

Browse files
committed
feat(wasm): turbopack wasm adapted to latest upstream
1 parent 5b5b96d commit 470d5b6

File tree

391 files changed

+2568
-821
lines changed

Some content is hidden

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

391 files changed

+2568
-821
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)