wasm2map icon indicating copy to clipboard operation
wasm2map copied to clipboard

WebAssembly sourcemap generator and WASM binary source mapping url section patcher

Results 8 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