Add a wasm module for the segment anything example. (#797)

This commit is contained in:
Laurent Mazare
2023-09-10 12:29:37 +01:00
committed by GitHub
parent 6c58fc59fd
commit 584171cae1
6 changed files with 189 additions and 3 deletions

View File

@ -0,0 +1,2 @@
cargo build --target wasm32-unknown-unknown --release
wasm-bindgen ../../target/wasm32-unknown-unknown/release/m.wasm --out-dir build --target web