Extism.Native (extism v0.5.0)
This module represents the Native Extism runtime API and is for internal use. Do not use or rely on this this module.
Summary
Functions
Link to this function
context_free(ctx)
Link to this function
context_new()
Link to this function
context_reset(ctx)
Link to this function
plugin_call(ctx, plugin_id, name, input)
Link to this function
plugin_cancel(handle)
Link to this function
plugin_cancel_handle(ctx, plugin_id)
Link to this function
plugin_free(ctx, plugin_id)
Link to this function
plugin_has_function(ctx, plugin_id, function_name)
Link to this function
plugin_new_with_manifest(ctx, manifest, wasi)
Link to this function
plugin_update_manifest(ctx, plugin_id, manifest, wasi)
Link to this function