We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99c0843 commit d063777Copy full SHA for d063777
packages/npm-packages/ruby-wasm-wasi/src/browser.ts
@@ -46,7 +46,7 @@ export const DefaultRubyVM = async (
46
await vm.setInstance(instance);
47
48
wasi.setMemory(instance.exports.memory as WebAssembly.Memory);
49
- // Manually call `_initialize`, which is a part of reactor modoel ABI,
+ // Manually call `_initialize`, which is a part of reactor model ABI,
50
// because the WASI polyfill doesn't support it yet.
51
(instance.exports._initialize as Function)();
52
vm.initialize();
0 commit comments