-
Notifications
You must be signed in to change notification settings - Fork 26
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 #1
Comments
Thought dump:
|
Progress made here! There's some stuff in the |
After installing apt packages clang, and gcc-multilib, I am now stuck on an error when rust try to compile zstd-sys You mentioned that you were able to use emscripten to build a wasm binding for this library. Can you give more information please? |
I've in fact been running into this issue myself; it's been a while since I got this to work out successfully. If I recall correctly, the options were to use |
Yes, really. Not so much for use in a browser, but to make use in Node less painful.
Alternatives to that root problem:
Neither are huge upfront cost, but are a maintenance load and are more difficult to use downstream.
...also I think it'd be really neat to have an in-browser demo of this library.
The text was updated successfully, but these errors were encountered: