Files
wasm-overhead-research/implementations/quickjs/pkg-wasi/quickjs_transform_bg.wasm.d.ts
Tristan Cartledge 226aa9283a Initial commit: JavaScript to WebAssembly compilation comparison
- 5 different JS-to-WASM implementations analyzed
- QuickJS (283KB) and Javy Static (519KB) are Wasmer-compatible
- Comprehensive size analysis and runtime compatibility testing
- Complete documentation and build automation
- Wasmer v6.1.0-rc.2 dynamic linking analysis included
2025-08-18 13:51:20 +10:00

4 lines
83 B
TypeScript

/* tslint:disable */
/* eslint-disable */
export const memory: WebAssembly.Memory;