bundle-standard-core 0.5.8

Pure-Rust workspace+ZIP assembly for the bundle-standard recipe.
Documentation
1
2
3
4
5
6
7
8
9
10
# bundle-standard-core

Pure-Rust workspace assembly + ZIP for the `bundle-standard` Greentic
bundle-extension recipe. Cross-compiles cleanly to `wasm32-wasip2` and
runs entirely in-memory (no `tempfile`, no `walkdir`, no native `std::fs`
mutation).

Consumers: `bundle-standard` WASM extension (in `greentic-bundle-extensions`),
plus the legacy builtin bridge in `greentic-bundle/src/ext/builtin_bridge.rs`
during the migration window.