We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
we are currently investigating possibilities to offer some of our shiny apps with shinylive as wasm / browser side web applications.
For this all used libraries have to have a wasm32 emscripten port in their repository.
Did you already try to compile your library to wasm32 or is this due to some limitations (e.g. file access) not possible in this stage?
The text was updated successfully, but these errors were encountered:
It's certainly possible to compile HDF5 to Wasm (see https://github.com/usnistgov/libhdf5-wasm/) though I'm not familiar with getting it to work inside an R package.
Sorry, something went wrong.
No branches or pull requests
Hi,
we are currently investigating possibilities to offer some of our shiny apps with shinylive as wasm / browser side web applications.
For this all used libraries have to have a wasm32 emscripten port in their repository.
Did you already try to compile your library to wasm32 or is this due to some limitations (e.g. file access) not possible in this stage?
The text was updated successfully, but these errors were encountered: