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
following Vanilla JS and WebWorkers README instructions for whisper wasm example, sh build-lib.sh fails, due to compilation error.
sh build-lib.sh
cargo build --target wasm32-unknown-unknown
The compilation fails with the following root error:
error[E0432]: unresolved import `libloading::Symbol`
The text was updated successfully, but these errors were encountered:
ug crate is dependent of libloading, but it seems that you cannot use libloading with a wasm target #119
ug
libloading
Sorry, something went wrong.
No branches or pull requests
following Vanilla JS and WebWorkers README instructions for whisper wasm example,
sh build-lib.sh
fails, due to compilation error.The compilation fails with the following root error:
The text was updated successfully, but these errors were encountered: