Add runner for wasm32 again

This commit is contained in:
Maximilian Ammann 2022-09-18 12:52:04 +02:00
parent fe3fc91611
commit 71068e3db9

View File

@ -4,6 +4,7 @@ rustflags = [
"--cfg=web_sys_unstable_apis",
"-C", "link-args=--import-memory",
]
runner = 'wasm-bindgen-test-runner'
[profile.wasm-dev]
inherits = "dev"