proposals icon indicating copy to clipboard operation
proposals copied to clipboard

[EcmaScript] 128-bit data type for import/export (SIMD)

Open L2NE-dev opened this issue 2 years ago • 3 comments

For interop between WASM modules needs dedicated EcmaScript v128 data type in EcmaScript. Not Number or BigInt. There is probably needs sort of register reference, or exported 128-bit packed or bitfield value. I not means about SIMD in EcmaScript, but means about data type.

L2NE-dev avatar Sep 12 '23 18:09 L2NE-dev