Some people on windows tend to have issues installing node-gyp dependencies. Since this project just works in browser, the native extensions don't actually do anything for us.
It would be nice to see if we can work with upstream to replace node-gyp dependencies with either: pure js dependencies if performance is not an issue, or wasm dependencies if performance is an issue.
Some people on windows tend to have issues installing node-gyp dependencies. Since this project just works in browser, the native extensions don't actually do anything for us.
It would be nice to see if we can work with upstream to replace node-gyp dependencies with either: pure js dependencies if performance is not an issue, or wasm dependencies if performance is an issue.