https://github.com/bmeurer/wasm-dbg-stories
Wasm Debugging Stories
https://github.com/bmeurer/wasm-dbg-stories
hacktoberfest wasm webassembly webassembly-demo
Last synced: 12 months ago
JSON representation
Wasm Debugging Stories
- Host: GitHub
- URL: https://github.com/bmeurer/wasm-dbg-stories
- Owner: bmeurer
- License: bsd-3-clause
- Created: 2019-11-11T21:59:31.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-06-11T21:06:51.000Z (about 2 years ago)
- Last Synced: 2025-04-10T18:02:28.996Z (about 1 year ago)
- Topics: hacktoberfest, wasm, webassembly, webassembly-demo
- Language: HTML
- Homepage: https://wasm-dbg-stories.netlify.app
- Size: 1.15 MB
- Stars: 13
- Watchers: 2
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Wasm Debugging Stories
======================
[](https://app.netlify.com/sites/wasm-dbg-stories/deploys)
This repository contains a couple of demos for core [WebAssembly debugging Stories](http://bit.ly/wasm-dbg-stories-2019) that
need to be supported by DevTools to provide a fundamental, seamless debugging experience.
Usage
-----
Clone this repository, and run
```
npm install
npm start
```
afterwards point your browser to [http://localhost:8000](http://localhost:8000).
Resources
---------
1. [Wasm Debugging Stories Checklist (2019 edition)](http://bit.ly/wasm-dbg-stories-2019)