Skip to content

Commit

Permalink
wasm pack moved after default nightly and target change for further d…
Browse files Browse the repository at this point in the history
…ebug
  • Loading branch information
craigmayhew committed Feb 21, 2024
1 parent 4bafc34 commit d197659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudflare-build.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
curl https://sh.rustup.rs -sSf | sh -s -- -y
. $HOME/.cargo/env
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh -s -- -y
rustup default nightly
rustup target add wasm32-unknown-unknown
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh -s -- -y
cargo install --locked trunk
cargo install wasm-bindgen-cli
trunk build

0 comments on commit d197659

Please sign in to comment.