Skip to content

Fix for MINIMAL_RUNTIME_STREAMING_WASM_INSTANTIATION + ENVIRONMENT=web #24863

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

Conversation

sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Aug 5, 2025

With MINIMAL_RUNTIME_STREAMING_WASM_INSTANTIATION we know that we always get a only an instance back.

The default case is unchanged: assume we get a pair of instance/module back.

With pthreads we have to support both cases.

Fixes: #24743

With `MINIMAL_RUNTIME_STREAMING_WASM_INSTANTIATION` we know that we
always get a only an instance back.

The default case is unchanged: assume we get a pair of instance/module
back.

With pthreads we have to support both cases.

Fixes: emscripten-core#24743
@sbc100 sbc100 force-pushed the fix_minimal_runtime_streaming_compilation branch from 86694ea to 759574f Compare August 5, 2025 18:21
@sbc100 sbc100 merged commit 32f8202 into emscripten-core:main Aug 6, 2025
30 checks passed
@sbc100 sbc100 deleted the fix_minimal_runtime_streaming_compilation branch August 6, 2025 14:42
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.

issue with MINIMAL_RUNTIME: wasmExports is undefined
2 participants