Skip to content
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

candle-wasm-examples/whisper: cargo build --target wasm32-unknown-unknown fails #2736

Open
Jerboas86 opened this issue Jan 24, 2025 · 1 comment

Comments

@Jerboas86
Copy link

following Vanilla JS and WebWorkers README instructions for whisper wasm example, sh build-lib.sh fails, due to compilation error.

cargo build --target wasm32-unknown-unknown

The compilation fails with the following root error:

error[E0432]: unresolved import `libloading::Symbol`
@Jerboas86
Copy link
Author

ug crate is dependent of libloading, but it seems that you cannot use libloading with a wasm target #119

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant