Documentation
¶
Index ¶
- func Fn16(m *base.Module)
- func Fn17(m *base.Module, l0 int32) int32
- func Fn18(m *base.Module, l0 int32)
- func Fn19(m *base.Module, l0 int32, l1 int32) int64
- func Fn26(m *base.Module, l0 int32, l1 int32) int64
- func Fn31(m *base.Module, l0 int32, l1 int32) int64
- func Fn33(m *base.Module, l0 int32, l1 int32) int64
- func Fn34(m *base.Module, l0 int32, l1 int32) int64
- func Fn35(m *base.Module, l0 int32, l1 int32) int64
- func Fn36(m *base.Module, l0 int32, l1 int32) int64
- func Fn38(m *base.Module) int32
- func Fn39(m *base.Module)
- func InitElemSeg_0_0(m *base.Module)
- func InitElemSeg_1_0(m *base.Module)
- func InitElemSeg_2_0(m *base.Module)
- func InitElemSeg_3_0(m *base.Module)
- func InitElemSeg_3_1(m *base.Module)
- func InitElemSeg_4_0(m *base.Module)
- func InitElemSeg_4_1(m *base.Module)
- func InitElemSeg_4_2(m *base.Module)
- func InitElemSeg_4_3(m *base.Module)
- func InitElemSeg_4_4(m *base.Module)
- func InitElemSeg_4_5(m *base.Module)
- func InitElemSeg_4_6(m *base.Module)
- func InitElemSeg_4_7(m *base.Module)
- func InitElemSeg_4_8(m *base.Module)
- func InitElemSeg_4_9(m *base.Module)
- func InitElemSeg_4_10(m *base.Module)
- func InitElemSeg_4_11(m *base.Module)
- func Initialize(m *base.Module)
- func Inv_0_0(m *base.Module, l0, l1 int32) (packed int64, err error)
- func Inv_0_1(m *base.Module, l0, l1 int32) (packed int64, err error)
- func Inv_0_2(m *base.Module, l0, l1 int32) (packed int64, err error)
- func Inv_0_3(m *base.Module, l0, l1 int32) (packed int64, err error)
- func Inv_0_4(m *base.Module, l0, l1 int32) (packed int64, err error)
- func Inv_0_5(m *base.Module, l0, l1 int32) (packed int64, err error)
- func Memory(m *base.Module) []byte
- func New() *base.Module
- func NewWithWASI(wasi_snapshot_preview1 base.Wasi_snapshot_preview1Imports) *base.Module
- func NewWithWASIReserve(wasi_snapshot_preview1 base.Wasi_snapshot_preview1Imports, reserveBytes int) *base.Module
- func WasmAlloc(m *base.Module, l0 int32) int32
- func WasmFree(m *base.Module, l0 int32)
- func WasmInit(m *base.Module) int32
- func WasmShutdown(m *base.Module)
- func WasmifyGetTypeName(m *base.Module, l0 int32, l1 int32) int64
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitElemSeg_0_0 ¶
func InitElemSeg_1_0 ¶
func InitElemSeg_2_0 ¶
func InitElemSeg_3_0 ¶
func InitElemSeg_3_1 ¶
func InitElemSeg_4_0 ¶
func InitElemSeg_4_1 ¶
func InitElemSeg_4_2 ¶
func InitElemSeg_4_3 ¶
func InitElemSeg_4_4 ¶
func InitElemSeg_4_5 ¶
func InitElemSeg_4_6 ¶
func InitElemSeg_4_7 ¶
func InitElemSeg_4_8 ¶
func InitElemSeg_4_9 ¶
func InitElemSeg_4_10 ¶
func InitElemSeg_4_11 ¶
func Initialize ¶
func New ¶
New constructs a *Module using DefaultWASI() for the wasi_snapshot_preview1 import. Use NewWithWASI to plug in a custom implementation (sandboxed FS, captured stdout, ...).
func NewWithWASI ¶
func NewWithWASI(wasi_snapshot_preview1 base.Wasi_snapshot_preview1Imports) *base.Module
NewWithWASI constructs a *Module with a custom wasi_snapshot_preview1 implementation and a default initial linear-memory reservation. Use NewWithWASIReserve to pre-size the reservation (e.g. to cover an interpreter's whole boot and avoid reallocating/copying linear memory on the first grow).
func NewWithWASIReserve ¶
func NewWithWASIReserve(wasi_snapshot_preview1 base.Wasi_snapshot_preview1Imports, reserveBytes int) *base.Module
func WasmShutdown ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.