Skip to content

Commit

Permalink
Update scrypto dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOmarA committed Aug 30, 2023
1 parent 6820525 commit fd0cde0
Show file tree
Hide file tree
Showing 25 changed files with 701 additions and 745 deletions.
13 changes: 13 additions & 0 deletions build_wasm.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
cd radix-engine-toolkit
cargo +nightly build \
-Z build-std=std,panic_abort \
-Z build-std-features=panic_immediate_abort \
--target wasm32-unknown-unknown \
--release
npx wasm-opt@1.4 -Oz -g \
--strip-dwarf \
--strip-debug \
--strip-producers \
-o \
./target/wasm32-unknown-unknown/release/radix_engine_toolkit.wasm \
./target/wasm32-unknown-unknown/release/radix_engine_toolkit.wasm
Loading

0 comments on commit fd0cde0

Please sign in to comment.