Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/toyobayashi/emscripten-exported-runtime-methods-3160-repro
- Owner: toyobayashi
- Created: 2024-12-03T03:12:36.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-03T03:24:45.000Z (about 1 month ago)
- Last Synced: 2024-12-03T04:21:20.009Z (about 1 month ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```