mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-20 10:16:37 +00:00
Implement v128 instructions (#508)
This commit is contained in:
@ -55,6 +55,8 @@ export const enum TypeKind {
|
||||
F64,
|
||||
|
||||
// vectors
|
||||
|
||||
/** A 128-bit vector. */
|
||||
V128,
|
||||
|
||||
// other
|
||||
|
Reference in New Issue
Block a user