Skip to content

Conversation

@RReverser
Copy link
Collaborator

Bulk memory for wasm64 was implemented in V8 at v8/v8@18469ec which was first shipped in Node.js 18 (thanks @kleisauke).

Split out from #20549 where this was caught initially.

Fixes #20560.

Bulk memory for wasm64 was implemented in V8 at v8/v8@18469ec which was first shipped in Node.js 18 (thanks @kleisauke).

Split out from emscripten-core#20549 where this was caught initially.

Fixes emscripten-core#20560.
@RReverser RReverser requested a review from sbc100 October 28, 2023 16:33
@RReverser RReverser enabled auto-merge (squash) October 31, 2023 00:43
@RReverser RReverser merged commit c8ccd4b into emscripten-core:main Oct 31, 2023
@RReverser RReverser deleted the fix-node-bulk-wasm64 branch October 31, 2023 02:17
sbc100 added a commit to sbc100/emscripten that referenced this pull request Nov 1, 2023
Using `logger.warning` here instead of `diagnostics.warning` means that
this warning cannot be suppressed and I'm now seeing this for all
wasm64 tests.

Probably better to simply not show a warning here since we don't
show warnings when `feature_matrix.caniuse` disables other features.
sbc100 added a commit that referenced this pull request Nov 1, 2023
Using `logger.warning` here instead of `diagnostics.warning` means that
this warning cannot be suppressed and I'm now seeing this for all
wasm64 tests.

Probably better to simply not show a warning here since we don't
show warnings when `feature_matrix.caniuse` disables other features.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Signature mismatch when built with bulk memory + wasm64

3 participants