From 27562e6599d553eb04b3afcc3e74fba5130bfaec Mon Sep 17 00:00:00 2001 From: Bel LaPointe <153096461+breel-render@users.noreply.github.com> Date: Wed, 20 Dec 2023 07:30:27 -0500 Subject: [PATCH] wasm dead in the water because no libc --- rust-whisper-baked-lib-wasm/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rust-whisper-baked-lib-wasm/Cargo.toml b/rust-whisper-baked-lib-wasm/Cargo.toml index 53bb7fd..2c293f6 100644 --- a/rust-whisper-baked-lib-wasm/Cargo.toml +++ b/rust-whisper-baked-lib-wasm/Cargo.toml @@ -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" }