wasm_backtrace

Crates.iowasm_backtrace
lib.rswasm_backtrace
version0.1.1
created_at2025-04-08 11:25:31.711133+00
updated_at2025-04-08 11:29:25.076221+00
descriptionPrint backtraces within WASM
homepage
repositoryhttps://github.com/ISibboI/wasm_backtrace
max_upload_size
id1625364
size8,784
Sebastian Schmidt (sebschmi)

documentation

README

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.

Commit count: 5

cargo fmt