0.1.11 • Published 6 years ago

dwarf-to-json v0.1.11

Weekly downloads
7
License
Apache-2.0
Repository
github
Last release
6 years ago

WebAssembly DWARF information into JSON converter

The JSON format is in (JavaScript) source maps format -- the .debug_line content.

It is planned to implement serialize and extends the JSON with one additional field: x-scopes. See info at https://gist.github.com/yurydelendik/802f36983d50cedb05f984d784dc5159 and https://gist.github.com/yurydelendik/10f3c99879e9459259a6aaf79f39215c.

Compiling

cargo +nightly build --target=wasm32-unknown-unknown --lib --release
cp ./target/wasm32-unknown-unknown/release/dwarf_to_json.wasm \
  $DEBUGGER_HTML/assets/wasm/
0.1.11

6 years ago

0.1.10

6 years ago

0.1.9

6 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.0.1

7 years ago