Dario Segura
Results
2
issues of
Dario Segura
From WebIDL reference: [maplike](https://heycam.github.io/webidl/#idl-maplike) [setlike](https://heycam.github.io/webidl/#idl-setlike) also updates dependencies to latest version
Take the following program ```C #include void EMSCRIPTEN_KEEPALIVE putNumber(unsigned int *ptr) { ptr[0] = 666; } ``` compiled as follows: ``` emcc mini.c -O3 -s WASM=1 -o mini.wasm -s TOTAL_MEMORY=65536...