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

Do not duplicate DataCountSection and StartSection root items #744

Merged
merged 1 commit into from
Feb 13, 2024

Conversation

Maaarcocr
Copy link
Contributor

why?

it should fix #326

how?

I've taken some test code from #477 but decided to try to figure out how it was possible that an ID was repeated more than once. It turns out that for the DataCountSection and StartSection we would end up adding 2 root items that have the exact same id. I just deleted the code that did this.

I think this is now correct, but I may be wrong.

@AlexEne AlexEne merged commit c71232e into rustwasm:master Feb 13, 2024
@d3lm
Copy link

d3lm commented Feb 13, 2024

Nice! Any chance we can get a new release?

@laurentmmeyer
Copy link

For me it fixed the panic crash that I had with one emscripten binary, can we have a new release? seems to work :)

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.

Panic when running twiggy on multithreaded wasm module
4 participants