#debugging #dwarf #debug-info

wasm-debug

Generic Wasm DWARF transformation crate

2 unstable releases

0.2.0 Mar 11, 2020
0.1.0 Feb 19, 2020

#1435 in WebAssembly

Download history 3/week @ 2023-12-03 7/week @ 2023-12-17 4/week @ 2023-12-24 5/week @ 2024-01-07 4/week @ 2024-01-14 3/week @ 2024-02-04 4/week @ 2024-02-11 20/week @ 2024-02-18 50/week @ 2024-02-25 25/week @ 2024-03-03 22/week @ 2024-03-10 24/week @ 2024-03-17

121 downloads per month
Used in 8 crates

Apache-2.0 WITH LLVM-exception

140KB
3.5K SLoC

Wasm debug

A general purpose crate for dealing with Wasm DWARF for and transforming it into DWARF that can be included in a compiled object file or given to a debugger via the GDB JIT interface.

This project is a fork of wasmtime-debug that is not dependent on any runtime.

When applying fixes to this crate, please send a copy of the patch to wasmtime-debug if applicable.

When merging in fixes found in wasmtime-debug please be mindful of updating copyright notices and possible license changes.

Licenses

This crate contains code that is licensed and/or may be licensed under the following licenses:

Apache 2.0 with LLVM exception:

   Copyright 2020 The Wasmtime Project Developers

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.

Apache 2.0 with LLVM exception:

   Copyright 2020-present Wasmer, inc.

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.

See the license for more information.

Dependencies

~6MB
~121K SLoC