Skip to content

Remove MAYBE_WASM2JS settings #24176

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Apr 23, 2025

Followup to #23970 which deprecated the setting.

Fixes: #23969

@sbc100 sbc100 requested a review from kripken April 23, 2025 18:05
@sbc100
Copy link
Collaborator Author

sbc100 commented Apr 23, 2025

I'll probably wait a couple more release before landing this.

@@ -59,6 +59,9 @@ See docs/process.md for more on how version tagging works.
- EXTRA_EXPORTED_RUNTIME_METHODS: Instead use EXPORTED_RUNTIME_METHODS.
- DEMANGLE_SUPPORT: Instead use the `$demangle` JS libary function.
(#23975)
- The `-sMAYBE_WASM2JS` settings was removed. This is oringally added for
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- The `-sMAYBE_WASM2JS` settings was removed. This is oringally added for
- The `-sMAYBE_WASM2JS` settings was removed. This was originally added for

@@ -59,6 +59,9 @@ See docs/process.md for more on how version tagging works.
- EXTRA_EXPORTED_RUNTIME_METHODS: Instead use EXPORTED_RUNTIME_METHODS.
- DEMANGLE_SUPPORT: Instead use the `$demangle` JS libary function.
(#23975)
- The `-sMAYBE_WASM2JS` settings was removed. This is oringally added for
debugging purposed, and we now have `-sWASM=2` for folks that want to be able
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
debugging purposed, and we now have `-sWASM=2` for folks that want to be able
debugging purposes, and we now have `-sWASM=2` for folks that want to be able

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.

Can we remove the MAYBE_WASM2JS setting?
2 participants