Skip to content

Commit

Permalink
Feature/wasm client fix (nymtech#399)
Browse files Browse the repository at this point in the history
* Disabling wasm optimization for the moment, it isn't working on my machine

* Updating the React example back to a working state, 0.8.1 npm package is published.

* Merging develop into bugfix

* Upgrading react-scripts to fix a major vulnerability
  • Loading branch information
futurechimp authored Oct 30, 2020
1 parent 0f0a428 commit 4099701
Show file tree
Hide file tree
Showing 4 changed files with 11,925 additions and 6,799 deletions.
3 changes: 1 addition & 2 deletions clients/webassembly/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ wee_alloc = { version = "0.4", optional = true }
wasm-bindgen-test = "0.2"

[package.metadata.wasm-pack.profile.release]
# this needs to be disabled until https://github.com/rustwasm/wasm-pack/issues/886 is resolved
wasm-opt = ["-Oz", "--enable-mutable-globals"]
wasm-opt = false


Loading

0 comments on commit 4099701

Please sign in to comment.