type github.com/tetratelabs/wazero/api.Module (interface)
Method Implmentations
Close(context.Context) error
github.com/tetratelabs/wazero/experimental.InternalModule.Close
*github.com/tetratelabs/wazero/internal/wasm.ModuleInstance.Close
CloseWithExitCode(ctx context.Context, exitCode uint32) error
github.com/tetratelabs/wazero/experimental.InternalModule.CloseWithExitCode
*github.com/tetratelabs/wazero/internal/wasm.ModuleInstance.CloseWithExitCode
ExportedFunction(name string) Function
github.com/tetratelabs/wazero/experimental.InternalModule.ExportedFunction
*github.com/tetratelabs/wazero/internal/wasm.ModuleInstance.ExportedFunction
ExportedFunctionDefinitions() map[string]FunctionDefinition
github.com/tetratelabs/wazero/experimental.InternalModule.ExportedFunctionDefinitions
*github.com/tetratelabs/wazero/internal/wasm.ModuleInstance.ExportedFunctionDefinitions
ExportedGlobal(name string) Global
github.com/tetratelabs/wazero/experimental.InternalModule.ExportedGlobal
*github.com/tetratelabs/wazero/internal/wasm.ModuleInstance.ExportedGlobal
ExportedMemory(name string) Memory
github.com/tetratelabs/wazero/experimental.InternalModule.ExportedMemory
*github.com/tetratelabs/wazero/internal/wasm.ModuleInstance.ExportedMemory
ExportedMemoryDefinitions() map[string]MemoryDefinition
github.com/tetratelabs/wazero/experimental.InternalModule.ExportedMemoryDefinitions
*github.com/tetratelabs/wazero/internal/wasm.ModuleInstance.ExportedMemoryDefinitions
IsClosed() bool
github.com/tetratelabs/wazero/experimental.InternalModule.IsClosed
*github.com/tetratelabs/wazero/internal/wasm.ModuleInstance.IsClosed
Memory() Memory
github.com/tetratelabs/wazero/experimental.InternalModule.Memory
*github.com/tetratelabs/wazero/internal/wasm.ModuleInstance.Memory
Name() string
github.com/tetratelabs/wazero/experimental.InternalModule.Name
*github.com/tetratelabs/wazero/internal/wasm.ModuleInstance.Name
String() string
github.com/tetratelabs/wazero/experimental.InternalModule.String
*github.com/tetratelabs/wazero/internal/wasm.ModuleInstance.String
![]() |
The pages are generated with Golds v0.8.2. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |