Skip to content

Commit

Permalink
Update scrypto dependency
Browse files Browse the repository at this point in the history
0xOmarA committed Aug 30, 2023

Verified

This commit was signed with the committer’s verified signature. The key has expired.
0xOmarA Omar
1 parent 6820525 commit fd0cde0
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 [email protected] -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.