Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/toyobayashi/wasm-debug-test


https://github.com/toyobayashi/wasm-debug-test

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

- Install `WebAssembly DWARF Debugging` VSCode extension.
- Build
```
rustup default nightly
npm run build
```
- Add break point to lines where comments `<-- break point`
- Press `fn + F5` start debugging