Skip to content

Commit

Permalink
native test works
Browse files Browse the repository at this point in the history
  • Loading branch information
ec2 committed Sep 11, 2024
1 parent aa6882a commit e3c537e
Show file tree
Hide file tree
Showing 8 changed files with 350 additions and 34 deletions.
11 changes: 7 additions & 4 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
[target.wasm32-unknown-unknown]
rustflags = ["-C", "target-feature=+atomics,+bulk-memory,+mutable-globals"]

[unstable]
build-std = ["panic_abort", "std"]
# These are commented out and instead set in the justfile because we can't enable per-target unstable
# features which are needed for WASM but not compatible with native builds.

[build]
target = "wasm32-unknown-unknown"
# [unstable]
# build-std = ["panic_abort", "std"]

# [build]
# target = "wasm32-unknown-unknown"
Loading

0 comments on commit e3c537e

Please sign in to comment.