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

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

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).