Skip to main content
function Instance.get_memory
def Instance.get_memory(
name: str,
/
) -> Memory
function Instance.list_exports
def Instance.list_exports() -> list[str]
Returns a list of all exported names from the WASM module. function Instance.start
def Instance.start() -> bool
property Instance.exports
Instance.exports: Exports