blob: d885509c5a259cb5dcc3ec8948619aea77c71d7f (
plain)
1
2
3
4
5
6
7
8
9
10
|
import * as wasi from "https://deno.land/x/wasm@v1.2.2/wasi.ts";
//import * as xterm from "https://esm.sh/xterm@5.0.0";
import * as xeact from "xeact";
export {
wasi,
xeact,
//xterm
};
|