Stream: wasmtime

Topic: external_debug_info


view this post on Zulip Scott Waye (Nov 18 2024 at 00:05):

This section is not supported in wasmtime, correct ?

view this post on Zulip Lann Martin (Nov 18 2024 at 14:08):

No but iirc it is possible to load split dwarf files

view this post on Zulip Lann Martin (Nov 18 2024 at 14:11):

A quick look at the code suggests the only way currently may be to load a module directly from a .wasm file with a parallel .dwp file (with the same base path): https://github.com/bytecodealliance/wasmtime/blob/e56ffd77f1fb2240e163b7f840f8c4e728c98434/crates/wasmtime/src/compile/code_builder.rs#L206

A fast and secure runtime for WebAssembly. Contribute to bytecodealliance/wasmtime development by creating an account on GitHub.

Last updated: Nov 22 2024 at 16:03 UTC