category
WebAssembly
Wasm features: memory64, branch hints, JSPI, JS String Builtins, custom descriptors.
5 of 5 demos built, across 5 releases.
Chrome 149 (1)
-
WebAssembly Custom Descriptors
Allows WebAssembly to store data associated with source-level types more efficiently in new "custom descriptor" objects. These custom descriptors can be configured with prototypes for the WebAssembly objects of that sour...
Chrome 141 (1)
-
WebAssembly Custom Descriptors
Allows WebAssembly to store data associated with source-level types more efficiently in new "custom descriptor" objects. These custom descriptors can be configured with prototypes for the WebAssembly objects of that sour...
Chrome 137 (1)
-
WebAssembly Branch Hints
Improves the performance of compiled WebAssembly code by informing the engine that a particular branch instruction is very likely to take a specific path. This allows the engine to make better decisions for code layout ...
Chrome 133 (1)
-
WebAssembly Memory64
The memory64 proposal adds support for linear WebAssembly memories with size larger than 2^32 bits. It provides no new instructions, but instead extends the existing instructions to allow 64-bit indexes for memories and ...
Chrome 130 (1)
-
WebAssembly JS String Builtins
This feature exposes common JS string operations for easy import into WebAssembly and optimizations thereof. This allows creating and manipulating JS strings from WebAssembly without native support within WebAssembly whi...