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.
index.js
esm.sh
1 parent d9b6011 commit 2025b6aCopy full SHA for 2025b6a
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