aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/deps.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/deps.ts')
-rw-r--r--src/frontend/deps.ts10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/frontend/deps.ts b/src/frontend/deps.ts
index db03865..d885509 100644
--- a/src/frontend/deps.ts
+++ b/src/frontend/deps.ts
@@ -1,6 +1,10 @@
import * as wasi from "https://deno.land/x/wasm@v1.2.2/wasi.ts";
-import * as xeact from "xeact";
+//import * as xterm from "https://esm.sh/xterm@5.0.0";
-await wasi.init();
+import * as xeact from "xeact";
-export { wasi, xeact };
+export {
+ wasi,
+ xeact,
+ //xterm
+};