Package-level declarations

Functions

Link copied to clipboard
external fun onWasmReady(onReady: () -> Unit)

Invokes a callback onReady as soon as onRuntimeInitialized happens. Calling onWasmReady after onRuntimeInitialized invokes onReady as well. It's safe to call wasm functions within onReady callback, or after it was invoked.