Module plugin_module_bytes

Source

Structs§

CompiledPluginModuleBytes
A struct for the plugin contains pre-compiled binary. This is for the cases would like to reuse the compiled module, or either load from FileSystemCache.
RawPluginModuleBytes
A struct for the plugin contains raw bytes can be compiled into Wasm Module.

Traits§

PluginModuleBytes