Get basic Wasm runtime running
This commit is contained in:
parent
feae434684
commit
6768713de2
15 changed files with 329 additions and 29 deletions
|
@ -8,4 +8,5 @@ mlua = { version = "0.8.0-beta.5", features = ["lua54", "vendored", "serialize"]
|
|||
serde = "1.0"
|
||||
map-macro = "0.2"
|
||||
wasmtime = "0.37.0"
|
||||
# bincode = "1.3"
|
||||
anyhow = { version = "1.0", features = ["std"] }
|
||||
bincode = "1.3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue