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
/
browser
/
index.d.ts
3 lines
(2 loc)
•
76 B
TypeScript
View Raw
1
2
3
export
*
from
'../common.js'
;
export
*
as
worker
from
'./worker/worker.js'
;