Clemens Backes
Clemens Backes
It's obviously not super critical, but while we change the type from `unsigned long` to `AddressValue` I would prefer to also just rename `index` to `address`, for consistency.
> > Also I'm wondering what happens when an module (while compiling) gets garbage collected. > > In Firefox the JS WasmModule object is a front for an internal Module...
> _Should `(x) => cat(x)` and `(x) => copy(x)` be semantically equivalent JS expressions, given that both are lambda expressions that just feed their input (eventually) to `cat` and (eventually)...
Note that this is currently blocking the import of the spec tests into V8, see https://crbug.com/402340845.
Yes, this repo is a bit stale. We plan to un-stage the feature in V8 for now, because it would require significant changes to handle GC types. See https://crbug.com/402340845. My...
Yes, this is fixed!
Alternatively to this targeted fix we could "just" rebase this repository, I guess...
Ah, I wasn't aware of that branch. Yes, indeed, all tests pass on that branch. Great! But that made me notice that the threads proposal does not seem to add...
Oh, nice, so after #229 we can even import the spec tests into V8! That would be awesome. But yes, we should definitely add a few JS API tests to...
So is anything blocking the `upstream-rebuild` branch from becoming `main`? If no, then I would wait for that to happen, and then we can import the updated tests into V8....