bump the wasm function stack size in our fork of wasm3

This commit is contained in:
Folkert 2022-08-13 14:37:02 +02:00
parent 9f206e89f4
commit 4bb653d389
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
2 changed files with 28 additions and 9 deletions

View file

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