Derek Schuff

Results 43 issues of Derek Schuff

Currently the JS/HTML test conversion outputs a test name for each test, but each name is generic (such as "#2 Test that WebAssembly compilation succeeds", where the only thing unique...

We've recently added automatic import of Wasm tests into the [Web Platform Tests](https://github.com/web-platform-tests/wpt/) repo by using the HTML-wrapper output of the [test/build.py](https://github.com/WebAssembly/spec/blob/main/test/build.py) script (see https://github.com/web-platform-tests/wpt/pull/49277). There are several cleanups and...

It often happens that checking the Echinda status too quickly after request upload results in failure (to get the validation results), but checking it shortly after that would result in...

This brings in revision [4aae566191b9443d53995245b637ce28d617710a](https://github.com/microsoft/mimalloc/commit/4aae566191b9443d53995245b637ce28d617710a), needed to build on Windows.

In #1053 (and in the first version of #1064) locations of wasm instructions are specified as byte offsets in the module. This is analogous to use of PC addresses in...

binary format
debugging

The [spec](https://webassembly.github.io/spec/core/binary/modules.html#sections) for the module format limits the section size to be a `u32`, meaning sections can't be more than 4GB in size. But it's entirely possible for (for example)...

binary format

Do we have a policy on when we update the default set of wasm features enabled? I feel like we've discussed this a while ago but can't find any issues...

There are several current issues with the interaction of various pthreads features and runtime exit (i.e. executing functions registered with `atexit()` and/or `Module.onExit()`). First, what *should* happen? * In general,...