yew/.cargo/config.toml

10 lines
301 B
TOML

[target.'cfg(all(target_arch = "wasm32", not(target_os = "wasi")))']
runner = 'wasm-bindgen-test-runner'
[target.'cfg(all(target_arch = "wasm32", target_os = "wasi"))']
runner = 'wasmtime -W unknown-imports-trap=y'
# This section needs to be last.
# GitHub Actions modifies this section.
[unstable]