Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explicitly disable WASM_BIGINT in emcc build when the CMake flag is off #7162

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

dschuff
Copy link
Member

@dschuff dschuff commented Dec 19, 2024

This handles the case where WASM_BIGINT is enabled by default by emcc.
Binaryen's JS bindings do not currently work with bigint (see #7163)

…GINT option is disabled

This handles the case where WASM_BIGINT is enabled by default by emcc.
Binaryen's JS bindings do not currently work with bigint.
@dschuff dschuff requested a review from tlively December 19, 2024 19:38
@dschuff dschuff changed the title Explicitly disable WASM_BIGINT in emcc build when the CMake ENABLE_BIGINT option is disabled Explicitly disable WASM_BIGINT in emcc build when the CMake flag is off Dec 19, 2024
@dschuff dschuff enabled auto-merge (squash) December 19, 2024 19:46
@dschuff dschuff merged commit dcec348 into main Dec 19, 2024
13 checks passed
@dschuff dschuff deleted the nobig branch December 19, 2024 20:12
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.

2 participants