UNPKG

wasmrs-js

Version:

A JavaScript implementation of the RSocket protocol over WebAssembly.

8 lines (5 loc) 161 B
import { WasmRsInstance } from '../../wasmrs.js'; import { WASI } from '../wasi.js'; import { main } from './worker.js'; WasmRsInstance.setWasi(WASI); main();