summaryrefslogtreecommitdiff
path: root/src/token.h
Commit message (Expand)AuthorAgeFilesLines
* Use C++17 string_view (#1826)Sam Clegg2022-02-111-6/+7
* Reference types changes to remove subtyping (#1407)Ben Smith2020-05-281-2/+9
* Use string_view instead of string in token (#1059)Ben Smith2019-04-041-14/+6
* Fix token enum/string mismatch; move to token.def (#845)Ben Smith2018-05-211-108/+7
* Run clang-format over all the files (#814)Ben Smith2018-03-161-3/+9
* 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-1/+1
* SIMD v128.bitselect instruction implementation. (#759)lizhengxing2018-02-191-0/+1
* Rename {wake,wait} -> atomic.{wake,wait} (#672)Ben Smith2017-11-211-3/+3
* Add `i{32,64}.wait` and `wake` operators (#646)Ben Smith2017-10-051-1/+3
* Add Atomic instructions (#633)Ben Smith2017-09-201-1/+5
* 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/+219