summaryrefslogtreecommitdiff
path: root/Contributing.md
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete parser code (#6607)Thomas Lively2024-05-291-3/+2
| | | | | Remove `SExpressionParser`, `SExpressionWasmBuilder`, and `cashew::Parser`. Simplify gen-s-parser.py. Remove the --new-wat-parser and --deprecated-wat-parser flags.
* Replace "master" with "main" in scripts and docs (#3502)Thomas Lively2021-01-191-1/+1
| | | | We have updated the default branch name from "master" to "main." This PR updates scripts, configurations, and docs to reflect this change.
* Add a few more things to the instruction checklist (#2437)Heejin Ahn2019-11-131-2/+3
|
* Add SIMD integer min and max instructions (#2416)Thomas Lively2019-11-011-1/+1
| | | As proposed in https://github.com/WebAssembly/simd/pull/27.
* Do not precompute SIMDLoad (#2409)Thomas Lively2019-10-301-0/+1
| | | This fixes a crash when programs containing load_splats are optimized.
* SIMD load and extend instructions (#2353)Thomas Lively2019-09-241-0/+1
| | | | | | Adds support for the new load and extend instructions. Also updates from C++11 to C++17 in order to use generic lambdas in the interpreter implementation.
* vNxM.load_splat instructions (#2350)Thomas Lively2019-09-231-0/+22
| | | | | | | Introduces a new instruction class, `SIMDLoad`. Implements encoding, decoding, parsing, printing, and interpretation of the load and splat instructions, including in the C and JS APIs. `v128.load` remains in the `Load` instruction class for now because the interpreter code expects a `Load` to be able to load any memory value type.
* Create Contributing.mdJF Bastien2015-11-161-0/+8