feat: add __network/html-crawl-parse, __wasm/wasmtime-serde-demo
This commit is contained in:
16
__wasm/wasmtime-serde-demo/Cargo.toml
Normal file
16
__wasm/wasmtime-serde-demo/Cargo.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[workspace]
|
||||
members = [
|
||||
"crates/guest",
|
||||
"crates/guest_macro",
|
||||
"crates/host",
|
||||
"crates/host_macro"
|
||||
]
|
||||
exclude = [
|
||||
"docs/examples/guest",
|
||||
"docs/examples/host"
|
||||
]
|
||||
|
||||
[profile.release]
|
||||
opt-level = "z"
|
||||
lto = true
|
||||
strip = true
|
||||
Reference in New Issue
Block a user