summaryrefslogtreecommitdiff
path: root/src/token.cc
Commit message (Expand)AuthorAgeFilesLines
* Use C++17 string_view (#1826)Sam Clegg2022-02-111-3/+3
* Reference types changes to remove subtyping (#1407)Ben Smith2020-05-281-0/+2
* Convert Type from an enum into a class (#1350)Ben Smith2020-02-281-1/+1
* Use string_view instead of string in token (#1059)Ben Smith2019-04-041-66/+3
* Fix token enum/string mismatch; move to token.def (#845)Ben Smith2018-05-211-98/+7
* SIMD v8x16.shuffle implementation. (#811)lizhengxing2018-03-151-0/+1
* Simd i8x16.extract_lane_s instruction implementation. (#802)lizhengxing2018-03-131-0/+1
* WIP on support for level1 exception spec (#773)Ben Smith2018-03-021-1/+1
* Fix token name order (#776)Ben Smith2018-02-271-3/+3
* SIMD v128.bitselect instruction implementation. (#759)lizhengxing2018-02-191-0/+1
* [cleanup] Always use braces with if (#691)Ben Smith2017-12-091-1/+2
* Add `i{32,64}.wait` and `wake` operators (#646)Ben Smith2017-10-051-0/+2
* Add Atomic instructions (#633)Ben Smith2017-09-201-0/+4
* Parse and dump shared limits fields (#632)Derek Schuff2017-09-191-0/+1
* Fix potential use-after-free in WastLexer (#626)Ben Smith2017-09-141-0/+240