We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wasm-zlib-benchmark.wasm.zip
wasmtime compile -Ddebug-info=y wasm-zlib-benchmark.wasm
Compiles fine
Error: failed to emit DWARF debug information Caused by: Unexpected attribute: Data8(4294967295) Stack backtrace: 0: anyhow::error::<impl anyhow::Error>::msg 1: wasmtime_cranelift::debug::transform::attr::clone_die_attributes 2: wasmtime_cranelift::debug::transform::unit::clone_unit 3: wasmtime_cranelift::debug::transform::transform_dwarf 4: wasmtime_cranelift::debug::write_debuginfo::emit_dwarf 5: <wasmtime_cranelift::compiler::Compiler as wasmtime_environ::compile::Compiler>::append_dwarf 6: wasmtime::compile::FunctionIndices::link_and_append_code 7: wasmtime::compile::build_artifacts 8: wasmtime::compile::code_builder::CodeBuilder::compile_module_serialized
Wasmtime version or commit: wasmtime 25.0.1
Operating system: Linux
Architecture: x86_64
This wasm file was compiled from https://github.com/folkertdev/wasm-zlib-benchmark- in release mode with debug info enabled.
The text was updated successfully, but these errors were encountered:
Handle another DWARF attribute when rewriting DWARF
30f3669
I don't know what `Data8` is, but it looks a lot like `Data4`, so process it in the same way as `Data4`. Closes bytecodealliance#9333
Handle another DWARF attribute when rewriting DWARF (#9335)
eb07b15
I don't know what `Data8` is, but it looks a lot like `Data4`, so process it in the same way as `Data4`. Closes #9333
Successfully merging a pull request may close this issue.
Test Case
wasm-zlib-benchmark.wasm.zip
Steps to Reproduce
wasmtime compile -Ddebug-info=y wasm-zlib-benchmark.wasm
Expected Results
Compiles fine
Actual Results
Versions and Environment
Wasmtime version or commit: wasmtime 25.0.1
Operating system: Linux
Architecture: x86_64
Extra Info
This wasm file was compiled from https://github.com/folkertdev/wasm-zlib-benchmark- in release mode with debug info enabled.
The text was updated successfully, but these errors were encountered: