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

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

Awesome Lists containing this project

README

          

Wasm Debugging Stories
======================

[![Netlify Status](https://api.netlify.com/api/v1/badges/98a058ef-8852-4e87-8660-6c5575ba1aaa/deploy-status)](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)