owi icon indicating copy to clipboard operation
owi copied to clipboard

WebAssembly Swissknife & cross-language bugfinder

Results 258 owi issues
Sort by recently updated
recently updated
newest added

This is supposedly SMT friendly, and keeps the bit-hacks for the concrete case.

it is quite useful to debug

enhancement
good first issue

Some should be easy: - [X] extended const - [ ] multi memory - [ ] SIMD - [ ] memory64 Others are more involved: - [ ] exception -...

good first issue

Looking at the file extension is enough to know which one should be called (`.wasm` and `.wat` for `run` and `.wast` for `script`)

good first issue

we should be able to parse and print the binary format

enhancement
good first issue

symbolic_value: I32 and I64 modules ```ocaml (* FIXME: This is probably wrong? *) let extend_s n x = cvtop ty (ExtS (32 - n)) (make (Extract (x, n / 8,...

bug
pending
smtml