mtp/wasm/.cargo/config.toml
Alex Emmet 687e6f9642 Merge
Crypto
WASM
TESTS
2026-06-25 22:08:44 +02:00

6 lines
354 B
TOML

# Default to the wasm32 target when running cargo from inside this crate dir.
# The web_sys_unstable_apis cfg lives in the workspace-root .cargo/config.toml,
# scoped to [target.wasm32-unknown-unknown], so it applies here too (the root
# config is an ancestor) and to `-p mtp-wasm` builds invoked from the root.
[build]
target = "wasm32-unknown-unknown"