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 decoder #225

Open
wipfli opened this issue Jun 30, 2024 · 1 comment
Open

WASM decoder #225

wipfli opened this issue Jun 30, 2024 · 1 comment

Comments

@wipfli
Copy link
Member

wipfli commented Jun 30, 2024

Could we use a decoder written in C++ or Rust and deploy it as webassembly? Could this give performance benefits?

@mactrem
Copy link
Collaborator

mactrem commented Jun 30, 2024

Yes, this is one of my goals to write a Rust decoder and compile it to WebAssembly. Only with WASM we can use SIMD instructions in the browser and take full advantage of the encodings of the format

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

No branches or pull requests

2 participants