Add wasm test configuration

This commit is contained in:
bitfl0wer 2023-11-20 11:41:46 +01:00
parent 8c385ee39e
commit d0a5f194af
1 changed files with 2 additions and 0 deletions

2
.cargo/config.toml Normal file
View File

@ -0,0 +1,2 @@
[target.wasm32-unknown-unknown]
runner = 'wasm-bindgen-test-runner'