#backtrace #wasm-backtrace

wasm_backtrace

Print backtraces within WASM

2 releases

Uses new Rust 2024

0.1.1 Apr 8, 2025
0.1.0 Apr 8, 2025

#28 in #backtrace

Download history 193/week @ 2025-04-06 21/week @ 2025-04-13 1/week @ 2025-04-20

215 downloads per month

BSD-2-Clause

4KB

wasm_backtrace

Generate backtraces from within WASM.

Note: currently, Rust does not support backtraces within WASM. This crate actually uses javascript to generate a WASM backtrace. This does not contain as much information as a real Rust backtrace, but it is the best that we can do for now.

Dependencies

~0.6–1.3MB
~26K SLoC