UNPKG
wasmrs-js
Version:
latest (0.3.1)
0.3.1
0.3.0
0.2.4
0.2.3
0.2.2
0.2.1
A JavaScript implementation of the RSocket protocol over WebAssembly.
wasmrs-js
/
dist
/
src
/
node
/
index.js
6 lines
•
220 B
JavaScript
View Raw
1
2
3
4
5
6
export
*
from
'../common.js'
;
export
*
as
worker
from
'./worker/worker.js'
;
import
{
WasmRsInstance
}
from
'../wasmrs.js'
;
import
{
WASI
}
from
'./wasi.js'
;
WasmRsInstance
.
setWasi
(
WASI
);
//# sourceMappingURL=index.js.map