-
Notifications
You must be signed in to change notification settings - Fork 95
Compiling for WebAssembly #42
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
Comments
Is this still an issue? I guess this is more a question of compiling |
@kerkomen Have you managed to compile the entire HDF5 C library into web assembly?... |
Closing since it’s unclear what the OP means |
Yes @aldanor
|
How can I compile the HDF5 C Library into WASM? |
Compiling hdf5-sys and hdf5-types for WebAssembly seems to fail.
While
cargo build
is successful, runningwasm-pack build
ends up in a bunch of similar errors about libc:Is might be related to rust-lang/libc#858 but that issue seems to be resolved.
It should be possible to reproduce the issue by adding hdf5 dependency to
Cargo.toml
followed by running
wasm-pack build
.The text was updated successfully, but these errors were encountered: