Skip to content

Remove experimental flag for Symbol.dispose #4514

New issue

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

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

Already on GitHub? # to your account

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

Conversation

ketanhwr
Copy link

Closes #4513

@@ -2724,7 +2722,7 @@ __wbg_set_wasm(wasm);"
pub fn generate(&mut self) -> Result<(), Error> {
self.prestore_global_import_identifiers()?;
// conditionally override Symbol.dispose
if self.config.symbol_dispose && !self.aux.structs.is_empty() {
if !self.aux.structs.is_empty() {
self.expose_symbol_dispose()?;
Copy link
Author

Choose a reason for hiding this comment

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

I'm not completely sure if I should remove expose_symbol_dispose() as well.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove experimental flag for Symbol.dispose
1 participant