pinakes-plugin-api: expand test coverage; fix merge conflicts
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I34e7c6d382ab7f4b6cf98ede9b7116056a6a6964
This commit is contained in:
parent
152356ce9f
commit
3abfe6a79b
9 changed files with 631 additions and 128 deletions
|
|
@ -15,6 +15,7 @@ pub mod wasm;
|
|||
|
||||
pub use manifest::PluginManifest;
|
||||
pub use types::*;
|
||||
pub use wasm::host_functions;
|
||||
|
||||
/// Plugin API version - plugins must match this version
|
||||
pub const PLUGIN_API_VERSION: &str = "1.0";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue