UNPKG

wasmrs-js

Version:

A JavaScript implementation of the RSocket protocol over WebAssembly.

7 lines (5 loc) 188 B
export * from '../common.js'; export * as worker from './worker/worker.js'; import { WasmRsInstance } from '../wasmrs.js'; import { WASI } from './wasi.js'; WasmRsInstance.setWasi(WASI);