proposals icon indicating copy to clipboard operation
proposals copied to clipboard

Tracking WebAssembly proposals

Results 32 proposals issues
Sort by recently updated
recently updated
newest added

After the recent CG meeting (TODO: link notes once uploaded), we need to pin down how we're advancing the intertwined [Relaxed SIMD](https://github.com/WebAssembly/relaxed-simd) and [Profiles](https://github.com/WebAssembly/profiles) proposals - we previously determined that...

From my understanding, WebAssembly does not provide built in functions for trigonometry. And as a consequence, the performance of such functions when porting from C++ (with Emscripten using musl implementation)...