Library interface provider that can provide syslibs(e.g. libs provided by WASI and beyond) for the Wasm runtime.
It can be viewed as a generalization of imports used in WebAssembly instance creation.
The start callback will be called to allow the library provider to initialize related resources during startup time.
We can use Emscripten generated js Module as a { wasmLibraryProvider: LibraryProvider }.
The imports that can be passed to WebAssembly instance creation.
Callback function to notify the provider the created instance.
The created instance.
Generated using TypeDoc
Library interface provider that can provide syslibs(e.g. libs provided by WASI and beyond) for the Wasm runtime.
It can be viewed as a generalization of imports used in WebAssembly instance creation.
The start callback will be called to allow the library provider to initialize related resources during startup time.
We can use Emscripten generated js Module as a { wasmLibraryProvider: LibraryProvider }.