build wasm3 the normal way

This commit is contained in:
Folkert 2022-07-22 12:43:17 +02:00
parent 6bfe16113d
commit cd98f20989
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
2 changed files with 3 additions and 24 deletions

View file

@ -44,7 +44,7 @@ libloading = "0.7.1"
tempfile = "3.2.0"
indoc = "1.0.3"
criterion = { git = "https://github.com/Anton-4/criterion.rs" }
wasm3 = { version = "0.3.1", features = [ "build-bindgen" ] }
wasm3 = "0.3.1"
lazy_static = "1.4.0"
[features]