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 cfd77f7 commit c763315Copy full SHA for c763315
packages/npm-packages/ruby-wasm-wasi/src/browser.ts
@@ -5,7 +5,7 @@ import { RubyVM } from "./index";
5
export const DefaultRubyVM = async (
6
rubyModule: WebAssembly.Module,
7
options: { consolePrint: boolean } = { consolePrint: true }
8
-) => {
+): Promise<{ vm: RubyVM, wasi: any, fs: any, instance: WebAssembly.Instance }> => {
9
const wasmFs = new WasmFs();
10
const wasi = new WASI({
11
bindings: {
0 commit comments