mirror of
https://github.com/napi-rs/napi-rs.git
synced 2025-12-08 19:56:07 +00:00
* Integrate with emnapi * resolve conflict * ignore wasm * generate wasi file * Add wasi test to workflow * Fix wasi template * emnapi new initialize api * Finish test * Purne tsconfig * Generate wasi worker * Fix electron test * Finalize check * Noop adjust_external_memory * Apply cr suggestions
3 lines
94 B
TOML
3 lines
94 B
TOML
[target.'cfg(target_os = "wasi")']
|
|
rustflags = ["-C", "target-feature=+atomics,+bulk-memory"]
|