wasm2map icon indicating copy to clipboard operation
wasm2map copied to clipboard

WebAssembly sourcemap generator and WASM binary source mapping url section patcher

Results 10 wasm2map issues
Sort by recently updated
recently updated
newest added

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. Release notes Sourced from codecov/codecov-action's releases. v4.0.0 v4 of the Codecov Action uses the CLI as the underlying upload. The CLI has helped to...

dependencies
github_actions

Should support inlined functions.

# Background There is a tight loop within WASM::generate where mappings are built and VQL encoded, which currently uses String. However String is heap allocated, which means a ton of...

enhancement
good first issue

# Background When the browser can't find the source file in the `sourcesContent` field (i.e. it's null), it tries to load it from the same base url it downloaded the...

enhancement
good first issue

# Background The [indexmap](https://crates.io/crates/indexmap) crate is already used by the dependencies of this lib (wasmparser -> object) and would offer a better lookup speed while sparing the extra sorting on...

enhancement
good first issue

# Background Testing the valid sourcemap generation capabilities of the library can't be easily accomplished. Since this library translates DWARF code, in order to test it we need to inspect...

test

I see `map_v3(bool)` was added in 2023 but when I added the dep the example wouldn't compile. It looks like no releases have been done since. Is the reason this...

Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.7 to 1.0.40. Release notes Sourced from thiserror's releases. 1.0.40 Update syn dependency to 2.x 1.0.39 Set html_root_url attribute 1.0.38 Documentation improvements 1.0.37 Documentation improvements 1.0.36 Documentation...

dependencies
rust