Files
tlsn-utils/web-spawn/.cargo/config.toml
sinu.eth dea3db250c refactor(web-spawn): change api to be more like a shim of std::thread (#69)
* refactor(web-spawn): change api to be more like a shim of std::thread

* clippy
2025-08-19 08:09:53 -07:00

6 lines
162 B
TOML

[target.'cfg(target_arch = "wasm32")']
rustflags = ["-C", "target-feature=+atomics,+bulk-memory,+mutable-globals"]
[unstable]
build-std = ["panic_abort", "std"]