Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Temporarily remove half-baked
v128.const
parsing support
I added this in a37fbd8 and 7177c2d because a recent change in the official WebAssembly tests [0] added some uses of `v128.const` outside of the test/core/simd directory. This was even more recently fixed by moving those uses into test/core/simd [1], so we don’t need this dummy parsing code any more. I’ll bring it back if/when we get around to properly implementing SIMD instructions. [0] WebAssembly/spec#1597 [1] WebAssembly/spec#1610
- Loading branch information