Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 3800346

Browse files
committed
Don't use --export-table anymore
Because it was turned on by default in the recent nightlies. See rust-lang/rust#53237
1 parent c10e512 commit 3800346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

substrate/executor/wasm/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
set -e
33

4-
RUSTFLAGS="-C link-arg=--export-table" cargo +nightly build --target=wasm32-unknown-unknown --release
4+
cargo +nightly build --target=wasm32-unknown-unknown --release
55
for i in test
66
do
77
wasm-gc target/wasm32-unknown-unknown/release/runtime_$i.wasm target/wasm32-unknown-unknown/release/runtime_$i.compact.wasm

0 commit comments

Comments
 (0)