This section is not supported in wasmtime, correct ?
No but iirc it is possible to load split dwarf files
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
Last updated: Dec 23 2024 at 13:07 UTC