wasm-rquickjs 0.2.3

Tool for wrapping JavaScript modules as WebAssembly components using the QuickJS engine
Documentation
1
2
3
4
5
6
// Minimal stub for internal/webstreams/util
// Only provides the kState symbol used by tests to inspect web stream internals.

export const kState = Symbol('kState');

export default { kState };