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:
parent
cb10c84809
commit
8347a714d2
2 changed files with 74 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue