yurydelendik edited Issue #914 (assigned to yurydelendik):
The crate started as a WIP since DWARF support was not ready. At this moment LLVM 10 added support for WebAssembly DWARF extensions. It is now expected to:
[x] add basic test of data produced by this crate, e.g.
* produce .obj file from wasm(w/DWARF) and check info using "llvm-dwarfdump"[ ] add more unit tests
- [ ] convert
panic!
s to errors, e.g. https://github.com/bytecodealliance/wasmtime/pull/853#discussion_r376028648
yurydelendik edited Issue #914 (assigned to yurydelendik):
The crate started as a WIP since DWARF support was not ready. At this moment LLVM 10 added support for WebAssembly DWARF extensions. It is now expected to:
[x] add basic test of data produced by this crate, e.g.
* produce .obj file from wasm(w/DWARF) and check info using "llvm-dwarfdump"[x] add more unit tests
- [ ] convert
panic!
s to errors, e.g. https://github.com/bytecodealliance/wasmtime/pull/853#discussion_r376028648
yurydelendik edited Issue #914 (assigned to yurydelendik):
The crate started as a WIP since DWARF support was not ready. At this moment LLVM 10 added support for WebAssembly DWARF extensions. It is now expected to:
[x] add basic test of data produced by this crate, e.g.
* produce .obj file from wasm(w/DWARF) and check info using "llvm-dwarfdump"[x] add more unit tests
- [x] convert
panic!
s to errors, e.g. https://github.com/bytecodealliance/wasmtime/pull/853#discussion_r376028648
yurydelendik commented on Issue #914:
Closing as fixed. See its continuation in #1261...
yurydelendik closed Issue #914 (assigned to yurydelendik):
The crate started as a WIP since DWARF support was not ready. At this moment LLVM 10 added support for WebAssembly DWARF extensions. It is now expected to:
[x] add basic test of data produced by this crate, e.g.
* produce .obj file from wasm(w/DWARF) and check info using "llvm-dwarfdump"[x] add more unit tests
- [x] convert
panic!
s to errors, e.g. https://github.com/bytecodealliance/wasmtime/pull/853#discussion_r376028648
Last updated: Nov 22 2024 at 17:03 UTC