#调试 #dwarf #调试信息

wasm-debug

通用Wasm DWARF转换crate

2个不稳定版本

0.2.0 2020年3月11日
0.1.0 2020年2月19日

1494WebAssembly 中排名

Download history 20/week @ 2024-03-15 26/week @ 2024-03-22 76/week @ 2024-03-29 26/week @ 2024-04-05 21/week @ 2024-04-12 23/week @ 2024-04-19 24/week @ 2024-04-26 17/week @ 2024-05-03 20/week @ 2024-05-10 25/week @ 2024-05-17 29/week @ 2024-05-24 24/week @ 2024-05-31 18/week @ 2024-06-07 33/week @ 2024-06-14 36/week @ 2024-06-21 14/week @ 2024-06-28

每月下载量 103
用于 11 crate

Apache-2.0 WITH LLVM-exception

140KB
3.5K SLoC

Wasm调试

这是一个通用crate,用于处理和将Wasm DWARF转换为可以包含在编译对象文件中或通过GDB JIT接口传递给调试器的DWARF。

该项目是 wasmtime-debug 的分支,不依赖于任何运行时。

在应用此crate的修复时,如果适用,请向 wasmtime-debug 发送补丁副本。

在合并来自 wasmtime-debug 的修复时,请注意更新版权声明和可能的许可变更。

许可证

此crate包含受以下许可证许可和/或可能受以下许可证许可的代码

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

       https://apache.ac.cn/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

       https://apache.ac.cn/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.

有关更多信息,请参阅许可证

依赖项

~6.5MB
~126K SLoC