wasm-rquickjs 0.2.2

Tool for wrapping JavaScript modules as WebAssembly components using the QuickJS engine
Documentation
1
2
3
4
5
6
7
// Internal HTTP symbols used by node:http internals.
// Matches Node's internal/http export shape for compatibility tests.
export const kOutHeaders = Symbol('kOutHeaders');

export default {
    kOutHeaders,
};