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

[wasm] Custom compression pass for wasm #49222

Closed
CoffeeFlux opened this issue Mar 5, 2021 · 3 comments
Closed

[wasm] Custom compression pass for wasm #49222

CoffeeFlux opened this issue Mar 5, 2021 · 3 comments
Assignees
Labels
arch-wasm WebAssembly architecture area-VM-meta-mono size-reduction Issues impacting final app size primary for size sensitive workloads
Milestone

Comments

@CoffeeFlux
Copy link
Contributor

CoffeeFlux commented Mar 5, 2021

This will require first rewriting the ModuleSaw decoder in JS or C. By current estimates this gets us about 40k on dotnet.wasm with the interpreter-only config and even more with AOT. Writeup: WebAssembly/design#1180

Interpreter:

  783,558 PM6.wasm.br
  742,510 PM6.msaw.br

AOT example:

10,142,245 calculator.wasm.br
 9,649,060 calculator.msaw.br
@CoffeeFlux CoffeeFlux added arch-wasm WebAssembly architecture area-VM-meta-mono size-reduction Issues impacting final app size primary for size sensitive workloads labels Mar 5, 2021
@CoffeeFlux CoffeeFlux added this to the 6.0.0 milestone Mar 5, 2021
@ghost
Copy link

ghost commented Mar 5, 2021

Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.

Issue Details

This will require first rewriting the ModuleSaw decoder in JS or C, and by current estimates gets us about 40k on dotnet.wasm with the interpreter-only config.

Author: CoffeeFlux
Assignees: kg
Labels:

arch-wasm, area-VM-meta-mono, size-reduction

Milestone: 6.0.0

@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged New issue has not been triaged by the area owner label Mar 5, 2021
@CoffeeFlux CoffeeFlux removed the untriaged New issue has not been triaged by the area owner label Jun 14, 2021
@CoffeeFlux CoffeeFlux modified the milestones: 6.0.0, Future, 7.0.0 Jun 14, 2021
@ilonatommy
Copy link
Member

@kg, what's the status? Are we able to prepare it for dotnet 7?

@kg
Copy link
Member

kg commented Jun 14, 2022

@kg, what's the status? Are we able to prepare it for dotnet 7?

Not implemented, and no

@ilonatommy ilonatommy modified the milestones: 7.0.0, Future Jun 14, 2022
@lewing lewing self-assigned this Feb 9, 2024
@lewing lewing removed their assignment Mar 23, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Jan 12, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-wasm WebAssembly architecture area-VM-meta-mono size-reduction Issues impacting final app size primary for size sensitive workloads
Projects
None yet
Development

No branches or pull requests

5 participants