| Crates.io | wasm_backtrace |
| lib.rs | wasm_backtrace |
| version | 0.1.1 |
| created_at | 2025-04-08 11:25:31.711133+00 |
| updated_at | 2025-04-08 11:29:25.076221+00 |
| description | Print backtraces within WASM |
| homepage | |
| repository | https://github.com/ISibboI/wasm_backtrace |
| max_upload_size | |
| id | 1625364 |
| size | 8,784 |
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.