summaryrefslogtreecommitdiff
path: root/include/wabt/opcode-code-table.h
Commit message (Collapse)AuthorAgeFilesLines
* Implement Relaxed SIMD proposal (#1994)Marcus Better2022-11-301-1/+6
| | | | | | | | This adds support for the new opcodes from the Relaxed SIMD proposal (https://github.com/WebAssembly/relaxed-simd) behind the "--enable-relaxed-simd" flag. The exception is the f32x4.relaxed_dot_bf16x8_add_f32x4 instruction which is not yet implemented.
* Move headers to include/wabt/ (#1998)Alex Reinking2022-09-281-0/+38
This makes things easier for users and packagers of libwabt.