Const
Resolves once the wasm module is initialized.
The Node runtime initializes synchronously at import, so this is already resolved by the time any consumer awaits it. It exists for symmetry with the browser runtime and for code paths that prefer to gate on a promise.
Resolves once the wasm module is initialized.
The Node runtime initializes synchronously at import, so this is already resolved by the time any consumer awaits it. It exists for symmetry with the browser runtime and for code paths that prefer to gate on a promise.