summaryrefslogtreecommitdiff
path: root/test/interp/basic-logging.txt
Commit message (Expand)AuthorAgeFilesLines
* wasm-interp: Fix catch handlers correctly (#2483)Soni L.2024-10-071-0/+1
* Remove separate OnEndFunc vs OnEndExpr. (#1756)Sam Clegg2021-11-051-0/+1
* Use stderr for all logging and error output (#1579)Sam Clegg2020-12-031-1/+3
* Update output from type to func type in binary writer and reader (#1570)Radu M2020-11-161-2/+2
* Pass function body size in BinaryReader callback (#975)Ben Smith2018-12-121-1/+1
* Remove the redundant $ from (i32/i64/f32/f64/v128).const instructions in disa...vms2018-11-141-1/+1
* Optimize interpreter and `Opcode::FromCode`Ben Smith2018-09-101-2/+2
* Remove `run-interp.py`; use `RUN` commands instead (#730)Ben Smith2018-01-211-1/+1
* Rename run args (#728)Ben Smith2018-01-211-1/+1
* Use classes + virtual functions for BinaryReader (#376)Ben Smith2017-03-301-44/+22
* Fix crash using binary reader logging with error (#351)Ben Smith2017-03-131-0/+96