yurydelendik opened Issue #1489:
Wasmtime currently generate native DWARF based on the assumption that Wasm module has at most one memory. Beside support of multi-memory addressing in the WebAssemby DWARF spec itself, we need to fix the translation for native DWARF:
- [ ] Spec for multi-memory address location
- Fix DWARF translation
- [ ] in debug_builtins (see #1482)
- [ ] in utils.rs
add_internal_types
to generate proper WasmtimeVMContext- TBD
yurydelendik edited Issue #1489:
Wasmtime currently generate native DWARF based on the assumption that Wasm module has at most one memory. Beside support of multi-memory addressing in the WebAssemby DWARF spec itself, we need to fix the translation for native DWARF:
- [ ] Spec for multi-memory address location
- [ ] Fix DWARF translation
- [ ] in debug_builtins (see #1482)
- [ ] in utils.rs
add_internal_types
to generate proper WasmtimeVMContext
yurydelendik commented on Issue #1489:
Try to spec at https://github.com/yurydelendik/webassembly-dwarf/issues/10
yurydelendik edited a comment on Issue #1489:
Trying to spec at https://github.com/yurydelendik/webassembly-dwarf/issues/10
Last updated: Nov 22 2024 at 16:03 UTC