pinakes-plugin-api: extend manifest with dependencies; basic WASM exchange buffer

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I60c0607fe27092a43826ac956e20a9a16a6a6964
This commit is contained in:
raf 2026-03-08 01:07:43 +03:00
commit 8347a714d2
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
2 changed files with 74 additions and 1 deletions

View file

@ -72,6 +72,9 @@ pub mod host_functions {
/// Emit an event
pub const EMIT_EVENT: &str = "host_emit_event";
/// Set result data from plugin
pub const SET_RESULT: &str = "host_set_result";
}
/// Log level for plugin logging