Skip to content

Commit

Permalink
new stub
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-camuto committed Dec 5, 2024
1 parent dea7707 commit 8e56094
Show file tree
Hide file tree
Showing 3 changed files with 866 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,16 @@
runner = 'wasm-bindgen-test-runner'
rustflags = ["-C", "target-feature=+atomics,+bulk-memory,+mutable-globals","-C",
"link-arg=--max-memory=4294967296"]


[target.x86_64-apple-darwin]
rustflags = [
"-C", "link-arg=-undefined",
"-C", "link-arg=dynamic_lookup",
]

[target.aarch64-apple-darwin]
rustflags = [
"-C", "link-arg=-undefined",
"-C", "link-arg=dynamic_lookup",
]
Loading

0 comments on commit 8e56094

Please sign in to comment.