Skip to content

Commit e6561fc

Browse files
committed
Don't use wapm
1 parent 49b7346 commit e6561fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/compiler/src/parse/query.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ fn wapm_uri(w: WellKnownPath) -> URI<'static> {
301301
"wapm:///hotg-ai/accelerometer_input?version=0.12.0"
302302
},
303303
WellKnownPath::Image => "wapm:///hotg-ai/image_input?version=0.12.0",
304-
WellKnownPath::Raw => "wapm:///hotg-ai/tensor_input?version=0.12.0",
304+
WellKnownPath::Raw => "https://func.hotg.ai/function/sbfs/weld/tensor_input.wasm",
305305
WellKnownPath::Sound => "wapm:///hotg-ai/sound_input?version=0.12.0",
306306
};
307307

0 commit comments

Comments
 (0)