Skip to content

Commit

Permalink
Update to hard fork
Browse files Browse the repository at this point in the history
  • Loading branch information
evanmarshall committed Oct 4, 2023
1 parent 5d78f43 commit 102d3b8
Show file tree
Hide file tree
Showing 12 changed files with 766 additions and 135 deletions.
8 changes: 8 additions & 0 deletions wasm/.cargo/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[target.'cfg(not(target_arch = "wasm32"))']
rustflags = ["-C", "target-cpu=native"]

[target.wasm32-unknown-unknown]
rustflags = ["-C", "target-feature=+atomics,+bulk-memory,+mutable-globals", "-C", "link-arg=--max-memory=4294967296"]

[unstable]
build-std = ["panic_abort", "std"]
Loading

0 comments on commit 102d3b8

Please sign in to comment.