feat: add __network/html-crawl-parse, __wasm/wasmtime-serde-demo
This commit is contained in:
14
__wasm/wasmtime-serde-demo/docs/examples/host/Cargo.toml
Normal file
14
__wasm/wasmtime-serde-demo/docs/examples/host/Cargo.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = "host"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
license = "Unlicense OR MIT"
|
||||
|
||||
[dependencies]
|
||||
wasmtime_serde_host = {path = "../../../crates/host"}
|
||||
serde = {version = "1.0.159", features = ["derive"]}
|
||||
|
||||
[profile.release]
|
||||
opt-level = "z"
|
||||
lto = true
|
||||
strip = true
|
||||
Reference in New Issue
Block a user