-
Notifications
You must be signed in to change notification settings - Fork 19
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
Implementation on pure go #5
Comments
A first implementation could be to compile the |
Why use WASM if we can compile Rust to a .so library and just call it using CGo (by writing a minimal Go wrapper library for users)? |
Wouldn't that be platform-dependent? Requiring to compile it to all supported platforms. |
Yes, but I think it can be solved somehow (like in Python packages - prebuilt for popular platforms + compilation on install for others), and probably it would be easier than living with WASM limitations in Rust code. |
No description provided.
The text was updated successfully, but these errors were encountered: