mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
10 lines
301 B
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]
|