Implement v128 instructions (#508)

This commit is contained in:
Daniel Wirtz
2019-02-28 17:36:22 +01:00
committed by GitHub
parent cdf40578b6
commit e1f1a3b49c
25 changed files with 6647 additions and 286 deletions

View File

@ -55,6 +55,8 @@ export const enum TypeKind {
F64,
// vectors
/** A 128-bit vector. */
V128,
// other