wasm-rquickjs 0.3.4

Tool for wrapping JavaScript modules as WebAssembly components using the QuickJS engine
Documentation
1
2
3
4
// _http_agent internal module - re-exports Agent from node:http
import { Agent } from 'node:http';
export { Agent };
export default { Agent };