feat: add __wasm/rust-wasm-plugins-examples/

This commit is contained in:
2025-07-12 13:22:38 +08:00
parent f2fd57c342
commit e45d14498c
19 changed files with 3195 additions and 11 deletions

View File

@@ -0,0 +1,8 @@
[workspace]
resolver = "3"
members = ["host", "plugin"]
# This will create smaller Wasm files
[profile.release]
strip = "debuginfo"
lto = true