-
Notifications
You must be signed in to change notification settings - Fork 43
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
Can this be replaced by webassembly version? #148
Comments
Yes, probably, but it must be faster otherwise it does not make sense. |
It's make sense when I wanna webpack ws, does not needs to be faster, equal performance is enough |
You can connect native modules with webpack. |
The webpack result are not portable, for example, it's can not running under both windows/linux/osx |
I think you can produce different bundles picking the correct prebuilt binary and use the correct bundle at runtime. I see your point but I'm not sure if it is a common use case. |
cross-compiling is a nightmare, for example for windows, we have MSVC,GNU,Electron, |
There are already prebuilt binaries for Windows, macOS, and Linux (glibc) that cover 99% of use cases. Anyway feel free to open a PR. |
To me this seems to be a perfect wasm-simd candidate. |
No description provided.
The text was updated successfully, but these errors were encountered: