walrus icon indicating copy to clipboard operation
walrus copied to clipboard

Walrus is a WebAssembly transformation library 🌊🐘

Results 31 walrus issues
Sort by recently updated
recently updated
newest added

This PR adds two methods to iterate over all the blocks in a LocalFunction. This allows making per-block transformations, or simple full-function analysis, without having to manually navigate the function's...

### Summary Does Walrus have an way to check if a wasm module contains any floating point operations? ### Additional Details I'm looking for a way to (quickly?) detect if...

question

It fixes the path escape issue on Windows. And by using a fixed version number for wasmprinter, it fixes the CI failure that has been there for some days.

### Describe the Bug The CI is broken on master branch, caused by some format mismatch in `round_trip` tests. You can see the errors here: https://github.com/rustwasm/walrus/runs/7362687785?check_suite_focus=true ``` failures: ---- tests_round_trip_anyref2_wat...

bug

This is intended to be a tracking issue for now that's somewhat light on the details, but I wanted to make sure we had one tagged as `sprint` for our...

sprint

This is experiment implementation of transforming DWARF debug entries in WebAssembly binaries. It seems to require more difficult implementation that using intermediate DWARF expression with [gimli.rs](https://github.com/gimli-rs/gimli), does not have direct...

The invite link in the README is just a link to a channel, and not an actual invite

question

I'm working on a compiler and I'm using Walrus to compile to WASM, the thing is that when I use `Instr::Const {}` then rustc tells me that it's actually a...

question