Crypto
WASM
TESTS
This commit is contained in:
Alex Emmet 2026-06-25 22:08:44 +02:00
commit 687e6f9642
49 changed files with 6272 additions and 366 deletions

View file

@ -1,5 +1,6 @@
# 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"
[target.wasm32-unknown-unknown]
rustflags = ["--cfg=web_sys_unstable_apis"]