mirror of
https://github.com/extism/extism.git
synced 2026-04-23 03:00:11 -04:00
- Adds some helper functions for creating a manifest, mostly helpful for the Rust SDK - Renames `ManifestWasm` to `Wasm` - Renames `ManifestMemory` to `MemoryOptions` - `ManifestWasm` and `ManifestMemory` have been marked as deprecated - Adds an alias from `MemoryOptions::max_pages` to `MemoryOptions::max` in serde specification Co-authored-by: Steve Manuel <steve@dylib.so>