Add example wasm component and runner which embeds the component
This commit is contained in:
7
runner/Cargo.toml
Normal file
7
runner/Cargo.toml
Normal file
@@ -0,0 +1,7 @@
|
||||
[package]
|
||||
name = "wasmtime-test"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
wasmtime = {version = "20.0.2", features = ["component-model"]}
|
||||
Reference in New Issue
Block a user