Files
extism/manifest
zach 3226060dd1 refactor!: allow Plugin::new to take raw wasm or Manifest (#569)
- Removes `Plugin::new_with_manifest` and updates `Plugin::new` to take
wasm bytes or `Manifest` using the new `WasmInput` trait
- Removes `PluginBuilder::new_with_module` in favor of a
`PluginBuilder::new` with a `WasmInput` argument
2023-11-06 13:31:24 -08:00
..
2022-08-25 20:26:36 -07:00

extsim-manifest

This crate defines the manifest type for Extism.

The JSON Schema definition can be found in schema.json