Skip to content

Commit 40fd6da

Browse files
committed
fix(vm.js): remove unused consolePrinter import
1 parent d455f0b commit 40fd6da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vm.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { DefaultRubyVM } from "@ruby/wasm-wasi/dist/browser";
2-
import { consolePrinter } from "@ruby/wasm-wasi";
32
import ruby from "./ruby.wasm";
43

54
export default async function initVM() {

0 commit comments

Comments
 (0)