Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | wasm-interp: Fix catch handlers correctly (#2483) | Soni L. | 2024-10-07 | 1 | -0/+1 |
* | Remove separate OnEndFunc vs OnEndExpr. (#1756) | Sam Clegg | 2021-11-05 | 1 | -0/+1 |
* | Use stderr for all logging and error output (#1579) | Sam Clegg | 2020-12-03 | 1 | -1/+3 |
* | Update output from type to func type in binary writer and reader (#1570) | Radu M | 2020-11-16 | 1 | -2/+2 |
* | Pass function body size in BinaryReader callback (#975) | Ben Smith | 2018-12-12 | 1 | -1/+1 |
* | Remove the redundant $ from (i32/i64/f32/f64/v128).const instructions in disa... | vms | 2018-11-14 | 1 | -1/+1 |
* | Optimize interpreter and `Opcode::FromCode` | Ben Smith | 2018-09-10 | 1 | -2/+2 |
* | Remove `run-interp.py`; use `RUN` commands instead (#730) | Ben Smith | 2018-01-21 | 1 | -1/+1 |
* | Rename run args (#728) | Ben Smith | 2018-01-21 | 1 | -1/+1 |
* | Use classes + virtual functions for BinaryReader (#376) | Ben Smith | 2017-03-30 | 1 | -44/+22 |
* | Fix crash using binary reader logging with error (#351) | Ben Smith | 2017-03-13 | 1 | -0/+96 |