This website requires JavaScript.
Explore
Help
Sign in
naskya
/
napi-rs
Watch
1
Star
0
Fork
You've already forked napi-rs
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
9b8dab6b63
napi-rs
/
.cargo
/
config.toml
3 lines
98 B
TOML
Raw
Normal View
History
Unescape
Escape
fix(napi): compile error for wasm32-unknown-unknown target - Close https://github.com/napi-rs/napi-rs/issues/1816
2023-11-20 18:10:58 +09:00
[
target
.
'cfg(target_family = "wasm")'
]
feat: integrate with emnapi (#1669) * 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
2023-11-02 13:57:11 +09:00
rustflags
=
[
"-C"
,
"target-feature=+atomics,+bulk-memory"
]
Reference in a new issue
Copy permalink