Skip to content

Commit 3a6c966

Browse files
committed
Fix
1 parent 88178f7 commit 3a6c966

File tree

10 files changed

+148
-47
lines changed

10 files changed

+148
-47
lines changed

stt/azure/src/bindings.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Generated by `wit-bindgen` 0.41.0. DO NOT EDIT!
22
// Options used:
33
// * runtime_path: "wit_bindgen_rt"
4-
// * with "golem:stt/[email protected]" = "golem_stt::golem::stt::transcription"
54
// * with "golem:stt/[email protected]" = "golem_stt::golem::stt::types"
5+
// * with "golem:stt/[email protected]" = "golem_stt::golem::stt::transcription"
66
// * with "golem:stt/[email protected]" = "golem_stt::golem::stt::languages"
77
// * generate_unused_types
88
use golem_stt::golem::stt::types as __with_name0;

stt/deepgram/src/bindings.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// Options used:
33
// * runtime_path: "wit_bindgen_rt"
44
// * with "golem:stt/[email protected]" = "golem_stt::golem::stt::languages"
5-
// * with "golem:stt/[email protected]" = "golem_stt::golem::stt::transcription"
65
// * with "golem:stt/[email protected]" = "golem_stt::golem::stt::types"
6+
// * with "golem:stt/[email protected]" = "golem_stt::golem::stt::transcription"
77
// * generate_unused_types
88
use golem_stt::golem::stt::types as __with_name0;
99
use golem_stt::golem::stt::languages as __with_name1;

stt/google/src/bindings.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// Generated by `wit-bindgen` 0.41.0. DO NOT EDIT!
22
// Options used:
33
// * runtime_path: "wit_bindgen_rt"
4-
// * with "golem:stt/[email protected]" = "golem_stt::golem::stt::types"
54
// * with "golem:stt/[email protected]" = "golem_stt::golem::stt::languages"
65
// * with "golem:stt/[email protected]" = "golem_stt::golem::stt::transcription"
6+
// * with "golem:stt/[email protected]" = "golem_stt::golem::stt::types"
77
// * generate_unused_types
88
use golem_stt::golem::stt::types as __with_name0;
99
use golem_stt::golem::stt::languages as __with_name1;

stt/whisper/src/bindings.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// Generated by `wit-bindgen` 0.41.0. DO NOT EDIT!
22
// Options used:
33
// * runtime_path: "wit_bindgen_rt"
4-
// * with "golem:stt/[email protected]" = "golem_stt::golem::stt::languages"
54
// * with "golem:stt/[email protected]" = "golem_stt::golem::stt::transcription"
65
// * with "golem:stt/[email protected]" = "golem_stt::golem::stt::types"
6+
// * with "golem:stt/[email protected]" = "golem_stt::golem::stt::languages"
77
// * generate_unused_types
88
use golem_stt::golem::stt::types as __with_name0;
99
use golem_stt::golem::stt::languages as __with_name1;

test/stt/Cargo.lock

Lines changed: 132 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/stt/components-rust/test-stt/golem.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ components:
156156
targetPath: /samples/mm1.wav
157157
permissions: read-only
158158
build:
159-
- command: cargo component build --no-default-features --features aws
159+
- command: cargo component build --release --no-default-features --features aws
160160
sources:
161161
- src
162162
- wit-generated
@@ -183,7 +183,7 @@ components:
183183
targetPath: /samples/mm1.wav
184184
permissions: read-only
185185
build:
186-
- command: cargo component build --no-default-features --features azure
186+
- command: cargo component build --release --no-default-features --features azure
187187
sources:
188188
- src
189189
- wit-generated
@@ -210,7 +210,7 @@ components:
210210
targetPath: /samples/mm1.wav
211211
permissions: read-only
212212
build:
213-
- command: cargo component build --no-default-features --features deepgram
213+
- command: cargo component build --release --no-default-features --features deepgram
214214
sources:
215215
- src
216216
- wit-generated
@@ -237,7 +237,7 @@ components:
237237
targetPath: /samples/mm1.wav
238238
permissions: read-only
239239
build:
240-
- command: cargo component build --no-default-features --features google
240+
- command: cargo component build --release --no-default-features --features google
241241
sources:
242242
- src
243243
- wit-generated
@@ -264,7 +264,7 @@ components:
264264
targetPath: /samples/mm1.wav
265265
permissions: read-only
266266
build:
267-
- command: cargo component build --no-default-features --features whisper
267+
- command: cargo component build --release --no-default-features --features whisper
268268
sources:
269269
- src
270270
- wit-generated

video/kling/src/bindings.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// Generated by `wit-bindgen` 0.41.0. DO NOT EDIT!
22
// Options used:
33
// * runtime_path: "wit_bindgen_rt"
4-
// * with "golem:video-generation/[email protected]" = "golem_video::golem::video_generation::advanced"
5-
// * with "golem:video-generation/[email protected]" = "golem_video::golem::video_generation::types"
64
// * with "golem:video-generation/[email protected]" = "golem_video::golem::video_generation::video_generation"
5+
// * with "golem:video-generation/[email protected]" = "golem_video::golem::video_generation::types"
6+
// * with "golem:video-generation/[email protected]" = "golem_video::golem::video_generation::advanced"
77
// * with "golem:video-generation/[email protected]" = "golem_video::golem::video_generation::lip_sync"
88
// * generate_unused_types
99
use golem_video::golem::video_generation::types as __with_name0;

video/runway/src/bindings.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
// Generated by `wit-bindgen` 0.41.0. DO NOT EDIT!
22
// Options used:
33
// * runtime_path: "wit_bindgen_rt"
4-
// * with "golem:video-generation/[email protected]" = "golem_video::golem::video_generation::types"
54
// * with "golem:video-generation/[email protected]" = "golem_video::golem::video_generation::advanced"
6-
// * with "golem:video-generation/lip-sync@1.0.0" = "golem_video::golem::video_generation::lip_sync"
5+
// * with "golem:video-generation/types@1.0.0" = "golem_video::golem::video_generation::types"
76
// * with "golem:video-generation/[email protected]" = "golem_video::golem::video_generation::video_generation"
7+
// * with "golem:video-generation/[email protected]" = "golem_video::golem::video_generation::lip_sync"
88
// * generate_unused_types
99
use golem_video::golem::video_generation::types as __with_name0;
1010
use golem_video::golem::video_generation::video_generation as __with_name1;

video/stability/src/bindings.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
// Generated by `wit-bindgen` 0.41.0. DO NOT EDIT!
22
// Options used:
33
// * runtime_path: "wit_bindgen_rt"
4-
// * with "golem:video-generation/[email protected]" = "golem_video::golem::video_generation::advanced"
54
// * with "golem:video-generation/[email protected]" = "golem_video::golem::video_generation::types"
6-
// * with "golem:video-generation/[email protected]" = "golem_video::golem::video_generation::lip_sync"
75
// * with "golem:video-generation/[email protected]" = "golem_video::golem::video_generation::video_generation"
6+
// * with "golem:video-generation/[email protected]" = "golem_video::golem::video_generation::advanced"
7+
// * with "golem:video-generation/[email protected]" = "golem_video::golem::video_generation::lip_sync"
88
// * generate_unused_types
99
use golem_video::golem::video_generation::types as __with_name0;
1010
use golem_video::golem::video_generation::video_generation as __with_name1;

video/veo/src/bindings.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
// Options used:
33
// * runtime_path: "wit_bindgen_rt"
44
// * with "golem:video-generation/[email protected]" = "golem_video::golem::video_generation::types"
5-
// * with "golem:video-generation/[email protected]" = "golem_video::golem::video_generation::advanced"
65
// * with "golem:video-generation/[email protected]" = "golem_video::golem::video_generation::video_generation"
76
// * with "golem:video-generation/[email protected]" = "golem_video::golem::video_generation::lip_sync"
7+
// * with "golem:video-generation/[email protected]" = "golem_video::golem::video_generation::advanced"
88
// * generate_unused_types
99
use golem_video::golem::video_generation::types as __with_name0;
1010
use golem_video::golem::video_generation::video_generation as __with_name1;

0 commit comments

Comments
 (0)