Add wasm tests (#74)

This commit is contained in:
Armin Ronacher 2025-01-19 15:36:34 +01:00 committed by GitHub
parent 2b2881a375
commit 5077768172
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 92 additions and 29 deletions

2
.cargo/config.toml Normal file
View file

@ -0,0 +1,2 @@
[target.wasm32-wasip1]
runner = ["./scripts/wasmtime-wrapper.sh"]