wasm dead in the water because no libc

master
Bel LaPointe 2023-12-20 07:30:27 -05:00
parent 6502402fca
commit 27562e6599
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@ 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
[lib]
crate-type = ["cdylib"]
[dependencies]
rust-whisper-lib = { path = "../rust-whisper-lib" }