Jeremy Maitin-Shepard

Results 43 issues of Jeremy Maitin-Shepard

This avoids the need to detect whether the module is running in the main browser thread or in a WebWorker. This matches how `setInterval` and related functions are handled by...

## 💡 Feature description Per https://github.com/rustwasm/wasm-bindgen/issues/3939, the wasm-bindgen project is not interested in adding this feature directly to wasm-bindgen but suggests that it could be added to wasm-pack. Is the...

MemorySanitizer does not support assembly, and therefore produces a false positive on `blake3_hasher_finalize` and related functions. Note that a similar (but less comprehensive) fix was previously applied to LLVM's fork...