Skip to content

Commit

Permalink
Added cloudflare-build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
craigmayhew committed Feb 14, 2024
1 parent 454cb57 commit f970a0a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions cloudflare-build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
curl https://sh.rustup.rs -sSf | sh -s -- -y
source $HOME/.cargo/env
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh -s -- -y
rustup target add wasm32-unknown-unknown
cargo install cargo-binstall
cargo-binstall --locked --no-confirm trunk
cargo install wasm-bindgen-cli
rustup default nightly
trunk build

0 comments on commit f970a0a

Please sign in to comment.