pinakes-plugin-api: expand test coverage; fix merge conflicts

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I34e7c6d382ab7f4b6cf98ede9b7116056a6a6964
This commit is contained in:
raf 2026-02-05 11:11:49 +03:00
commit 3abfe6a79b
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
9 changed files with 631 additions and 128 deletions

View file

@ -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";