Skip to content

Commit 746be78

Browse files
committed
runtime: export duplex
1 parent 3a11080 commit 746be78

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

runtime/runtime.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ import untar from "js-untar";
1010
import wasmExecGo from "./wasm/wasm_exec.go.js";
1111
import wasmExecTinygo from "./wasm/wasm_exec.tinygo.js";
1212

13+
export { duplex };
14+
1315
export class WanixRuntime extends WanixHandle {
1416
constructor(config = {}) {
1517
const sys = new MessageChannel();

0 commit comments

Comments
 (0)