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.
2 parents 0096689 + 2025b6a commit 7cd4989Copy full SHA for 7cd4989
packages/npm-packages/ruby-wasm-wasi/src/browser.ts
@@ -1,5 +1,6 @@
1
import { Fd, WASI } from "@bjorn3/browser_wasi_shim";
2
-import { RubyVM, consolePrinter } from "./index.js";
+import { consolePrinter } from "./console.js";
3
+import { RubyVM } from "./vm.js";
4
5
export const DefaultRubyVM = async (
6
rubyModule: WebAssembly.Module,
0 commit comments