https://github.com/rebooters/wap
WebAssemblyPlayground
https://github.com/rebooters/wap
Last synced: about 2 months ago
JSON representation
WebAssemblyPlayground
- Host: GitHub
- URL: https://github.com/rebooters/wap
- Owner: REBOOTERS
- License: mit
- Created: 2023-11-12T03:32:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-19T12:11:38.000Z (over 1 year ago)
- Last Synced: 2025-01-15T11:08:18.829Z (3 months ago)
- Language: JavaScript
- Size: 1.23 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WAP
WebAssemblyPlayground## CMake
- [CMakeList.txt 教程](./docs/CMakeList.txt.md)
## WebAssembly
编译命令
```shell
emcc src/sum.cpp -s NO_EXIT_RUNTIME=1 -s "EXPORTED_RUNTIME_METHODS=['ccall']" -o out/sum.html
```## Refer
- [stackoverflow](https://stackoverflow.com/questions/64588986/how-to-solve-extra-exported-runtime-methods-exception-when-cmake-used-with-emscr)