Dmitry Iv.
Dmitry Iv.
Take the following code: ``` (module (memory $n 1) (memory $m 1) (data (memory $m) (i32.const 0)) ) ``` [Compile](https://webassembly.github.io/wabt/demo/wat2wasm/). The data section has bytes: ``` ; data segment header...
It's goodness under 4kb! https://github.com/dy/sprae
### Node.js version 23.7.0 ### jsdom version 27.0.0 ### Minimal reproduction case ```js // test.js import { JSDOM } from 'jsdom'; const dom = new JSDOM(``, { runScripts: 'dangerously' });...
Targets the v3 milestone.