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 3a11080 commit 746be78Copy full SHA for 746be78
runtime/runtime.js
@@ -10,6 +10,8 @@ import untar from "js-untar";
10
import wasmExecGo from "./wasm/wasm_exec.go.js";
11
import wasmExecTinygo from "./wasm/wasm_exec.tinygo.js";
12
13
+export { duplex };
14
+
15
export class WanixRuntime extends WanixHandle {
16
constructor(config = {}) {
17
const sys = new MessageChannel();
0 commit comments