feat: init commit, wait wit-bindgen supports host wasmtime

This commit is contained in:
2023-01-01 00:23:40 +08:00
parent b5f40688e2
commit 68e8d103b4
4 changed files with 29 additions and 0 deletions

View File

@@ -9,5 +9,9 @@ edition = "2021"
crate-type = ['cdylib']
[dependencies]
wit-bindgen-core = { path = '../wit-bindgen/crates/bindgen-core' }
wit-bindgen-guest-rust = { path = '../wit-bindgen/crates/guest-rust' }
boa_engine = "0.16.0"
getrandom = { version = "0.2.8", features = ["js"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"