feat: add __wasm/rust-wasm-plugins-examples/
This commit is contained in:
8
__wasm/rust-wasm-plugins-examples/Cargo.toml
Normal file
8
__wasm/rust-wasm-plugins-examples/Cargo.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
[workspace]
|
||||
resolver = "3"
|
||||
members = ["host", "plugin"]
|
||||
|
||||
# This will create smaller Wasm files
|
||||
[profile.release]
|
||||
strip = "debuginfo"
|
||||
lto = true
|
||||
Reference in New Issue
Block a user