Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/toyobayashi/emscripten-exported-runtime-methods-3160-repro


https://github.com/toyobayashi/emscripten-exported-runtime-methods-3160-repro

Last synced: 28 days ago
JSON representation

Awesome Lists containing this project

README

        

```bash
emcc -sMODULARIZE=1 -sEXPORT_NAME=lib --js-library=./src/lib.js -o ./out/lib.js ./src/lib.c
node ./index.js
```