mirror of
https://github.com/huggingface/candle.git
synced 2025-06-15 10:26:33 +00:00

* Also fix the aspect ratio in the wasm example. * Add the yolo lib. * Update the build script.
3 lines
147 B
Bash
3 lines
147 B
Bash
cargo build --target wasm32-unknown-unknown --release
|
|
wasm-bindgen ../../target/wasm32-unknown-unknown/release/m.wasm --out-dir build --target web
|