[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]