Store
class Store
The runtime storage for all function, global, memory, table instances.
Types
Properties
Functions
Link copied to clipboard
Add a function to the store.
Link copied to clipboard
Add a global to the store.
Link copied to clipboard
Add the contents of an ImportValues instance to the store.
Link copied to clipboard
Add a memory to the store.
Link copied to clipboard
Add a table to the store.
Link copied to clipboard
Creates an instance with the given factory and registers the result in the store.
A shorthand for instantiating a module and registering it in the store.
Link copied to clipboard
Convert the contents of a store to an ImportValues instance.