grrrr f wasm

This commit is contained in:
Bel LaPointe
2023-12-19 22:41:40 -05:00
parent c0bc9a9c76
commit da60e92a8b
3 changed files with 1447 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
[package]
name = "rust-whisper-baked-lib-wasm"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rust-whisper-lib = { path = "../rust-whisper-lib" }
rust-whisper-baked-lib = { path = "../rust-whisper-baked-lib" }
wasm-bindgen = "0.2.89"