summaryrefslogtreecommitdiff
path: root/src/opcode.h
Commit message (Expand)AuthorAgeFilesLines
* Clang-format codebase (#1684)Heejin Ahn2021-12-201-2/+1
* Update rethrow depth handling and catch_all opcode (#1608)Asumu Takikawa2021-02-181-1/+0
* Update exception handling support to current proposal (#1596)Asumu Takikawa2021-02-101-0/+1
* Added initial "memory64" proposal support (#1500)Wouter van Oortmerssen2020-08-071-0/+8
* New interpreter (#1330)Ben Smith2020-02-211-6/+5
* [WIP] Added initial skeleton code for wasm-decompile. (#1155)Wouter van Oortmerssen2019-09-121-2/+6
* Add wasm-objdump fuzzing script; fix fuzz bugs (#1023)Ben Smith2019-02-201-1/+4
* Add test for disabled opcodes in binary reader (#934)Ben Smith2018-10-181-1/+7
* Optimize interpreter and `Opcode::FromCode`Ben Smith2018-09-101-0/+23
* Run clang-format over all the files (#814)Ben Smith2018-03-161-2/+2
* Small cleanup to simd extract/replace lane (#810)Ben Smith2018-03-161-0/+3
* Wabt simd v128.const instruction initial PR: (#677)lizhengxing2017-12-151-1/+2
* Add tracing/logging output for atomic instructions (#634)Ben Smith2017-09-211-0/+1
* Add Atomic instructions (#633)Ben Smith2017-09-201-2/+6
* Correctly report the value of bad opcodes (#630)Ben Smith2017-09-191-4/+32
* Always include quoted headers like "src/foo.h" (#601)Ben Smith2017-08-301-3/+3
* Add saturating float truncation operators (#573)Ben Smith2017-08-161-3/+23
* Fix wat writer to fold exception handling constructs. (#533)KarlSchimpf2017-06-261-1/+0
* Consistent comments when ending anonymous namespace (#521)Sam Clegg2017-06-231-1/+1
* Rewrite wabt::Opcode as C++ class (#500)Ben Smith2017-06-191-48/+50
* Use Index/Address/Offset instead of uint32_t (#433)Ben Smith2017-05-151-3/+3
* Move Opcode/OpcodeInfo to opcode.{c,h} (#412)Ben Smith2017-04-271-0/+81