https://github.com/fitzgen/wasm-debugging-capabilities
Collecting requirements for WebAssembly debugging capabilities
https://github.com/fitzgen/wasm-debugging-capabilities
Last synced: 5 months ago
JSON representation
Collecting requirements for WebAssembly debugging capabilities
- Host: GitHub
- URL: https://github.com/fitzgen/wasm-debugging-capabilities
- Owner: fitzgen
- Created: 2018-05-04T23:37:06.000Z (about 8 years ago)
- Default Branch: gh-pages
- Last Pushed: 2018-05-30T19:56:29.000Z (about 8 years ago)
- Last Synced: 2025-10-29T00:46:12.781Z (8 months ago)
- Language: HTML
- Homepage: http://fitzgen.github.io/wasm-debugging-capabilities
- Size: 121 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WebAssembly Debugging Capabilities
Currently, this document only lists motivation and requirements. It attempts, as
much as possible, to avoid embedding assumptions about whether debugging
capabilities are provided by parsing a static format (a la
[DWARF](http://dwarfstd.org/)), via a programmatic interface (a la [language
servers](https://github.com/Microsoft/language-server-protocol)), a combination
of those two, or by something else entirely. Rather than proposing a particular
solution, this is an attempt to enumerate the requirements and constraints that
*any* solution must satisfy.
[**📚 Read this document online! 📚**](http://fitzgen.github.io/wasm-debugging-capabilities)
## Building
Install [`bikeshed`](https://tabatkins.github.io/bikeshed/#installing) and then
run:
```
$ bikeshed spec index.bs index.html
```