use bindgen binary again

This commit is contained in:
Folkert 2022-08-13 19:06:23 +02:00
parent 4bb653d389
commit d78fc47b7a
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C

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 = { git = "https://github.com/roc-lang/wasm3-rs", rev = "f0f807d1fc0a50d1d68e5799e54ee62c05af00f5", features = [ "build-bindgen" ] }
wasm3 = { git = "https://github.com/roc-lang/wasm3-rs", rev = "f0f807d1fc0a50d1d68e5799e54ee62c05af00f5" }
lazy_static = "1.4.0"
[features]