https://github.com/bmeurer/emscripten-dbg-stories
Emscripten Debugging Stories
https://github.com/bmeurer/emscripten-dbg-stories
debugging emscripten hacktoberfest webassembly
Last synced: about 1 year ago
JSON representation
Emscripten Debugging Stories
- Host: GitHub
- URL: https://github.com/bmeurer/emscripten-dbg-stories
- Owner: bmeurer
- License: bsd-3-clause
- Created: 2019-11-14T10:52:51.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-07-30T06:11:16.000Z (almost 2 years ago)
- Last Synced: 2025-03-24T15:21:36.339Z (over 1 year ago)
- Topics: debugging, emscripten, hacktoberfest, webassembly
- Language: C
- Homepage: https://emscripten-dbg-stories.netlify.app/
- Size: 142 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Emscripten Debugging Stories
============================
Running
-------
There's a hosted version of this repository available at [emscripten-dbg-stories.netlify.app](https://emscripten-dbg-stories.netlify.app/).
Building
--------
Make sure you have Emscripten SDK installed and setup, then just run:
```
$> make start
```
and point your web browser to [http://localhost:4000](http://localhost:4000).