mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 06:55:15 +00:00
bump the wasm function stack size in our fork of wasm3
This commit is contained in:
parent
9f206e89f4
commit
4bb653d389
2 changed files with 28 additions and 9 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue