Sam Clegg
Sam Clegg
This is similar to what we already did for pthreads (#24163) and normal wasm workers (#24163). By integrating this file we can actually share more startup code with normal wasm...
LLVM version 20.1 was released on March 4th so its time for our semi-annual llvm library upgrade. See #23294 for example.
It seems that the call to `var instance = new WebAssembly.Instance` inside of the `ww.js` file does not work since that polyfill for the `WebAssembly` object is inside the modularize...
Followup to #23970 which deprecated the setting. Fixes: #23969
Right now we simply stub out calls like `flock` and `fcntl+F_SETLK`. At least for the OPFS wasmfs backend it seems like it could be usefull? I assume that the OPFS...
Report `match` or `mismatch` rather than just a number.
This is enought make it work up until llvm-cov tries to read the named data sections in the binary and can't find them. For this final part to work we...