Versions in this module Expand all Collapse all v0 v0.15.2 Oct 5, 2022 Changes in this version + func NewBuilder(ref *moduleref.WasmModuleRef, API api.HostAPI) runtime.RuntimeBuilder + type WasmerBuilder struct + func (w *WasmerBuilder) New() (runtime.RuntimeInstance, error) + type WasmerHostFn struct + type WasmerRuntime struct + func (w *WasmerRuntime) Call(fn string, args ...interface{}) (interface{}, error) + func (w *WasmerRuntime) Close() + func (w *WasmerRuntime) Deallocate(pointer int32, length int) + func (w *WasmerRuntime) ReadMemory(pointer int32, size int32) []byte + func (w *WasmerRuntime) WriteMemory(data []byte) (int32, error) + func (w *WasmerRuntime) WriteMemoryAtLocation(pointer int32, data []byte)