You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two-phase instantiation with shared store. Note: If OOM occurs after Phase 1, the returned module will have vm = null and apply_error = error.OutOfMemory. Such a module is discoverable (e.g., via exports), but unusable: any attempt to invoke will return error.ModuleNotFullyLoaded. This is intentional for shared store consistency.
WasmModule.registerExportsTo
Register to external store
WasmModule.setWitInfo
Attach WIT metadata
WasmModule.getWitFunc
Lookup WIT function
WasmFn.cabiRealloc
Component Model memory realloc
Internal (not exported)
All types in src/ files other than types.zig are internal and not accessible
to library consumers. They may change without notice.