[Wasm64] Fix creation of 64-bit memories from JS#20111
Conversation
|
This also means that once this lands, the memory64 feature will only work with Chrome builds that have the new JS API support, right? |
No.. extra attributes seem to just get ignored so it should have no effect. Even it if did it would only effect those who use |
|
So IIUC the thing that this actually makes work is the use cases for |
dschuff
left a comment
There was a problem hiding this comment.
This is good to split out into a smaller change though.
This enables quite a few tests that were previously disabled. The extra check for `navigator.userAgent` is because node added support for the navigator object: nodejs/node#47769. This change is also part of #19959, which could land instead.
020b0f4 to
5190960
Compare
|
Sure, I'll need to update that one anyway because some tests fail |
This enables quite a few tests that were previously disabled.
The extra check for
navigator.userAgentis because node added support for the navigator object: nodejs/node#47769.This change is also part of #19959, which could land instead.