Skip to content

Instantly share code, notes, and snippets.

@jinwook-k
Last active May 10, 2018 21:29
Show Gist options
  • Save jinwook-k/85adb3fb38543b0aaa121ce84aeeaba6 to your computer and use it in GitHub Desktop.
Save jinwook-k/85adb3fb38543b0aaa121ce84aeeaba6 to your computer and use it in GitHub Desktop.
rustup update
rustup target add wasm32-unknown-unknown --toolchain nightly
rustc +nightly --target wasm32-unknown-unknown -O --crate-type=cdylib add.rs -o add.big.wasm

wasm-gc add.big.wasm add.wasm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment