@@ -286,8 +286,8 @@ where
286286{
287287 let io_closure = type_annotate_io :: < T , _ > ( |t| wasmtime_wasi:: IoImpl ( t) ) ;
288288 let closure = type_annotate_wasi :: < T , _ > ( |t| wasmtime_wasi:: WasiImpl ( wasmtime_wasi:: IoImpl ( t) ) ) ;
289- wasmtime_wasi:: bindings:: clocks :: wall_clock:: add_to_linker_get_host ( l, closure) ?;
290- wasmtime_wasi:: bindings:: clocks :: monotonic_clock:: add_to_linker_get_host ( l, closure) ?;
289+ wasmtime_wasi:: bindings:: clocks0_2_3 :: wall_clock:: add_to_linker_get_host ( l, closure) ?;
290+ wasmtime_wasi:: bindings:: clocks0_2_3 :: monotonic_clock:: add_to_linker_get_host ( l, closure) ?;
291291 wasmtime_wasi:: bindings:: io:: poll:: add_to_linker_get_host ( l, io_closure) ?;
292292 wasmtime_wasi:: bindings:: io:: error:: add_to_linker_get_host ( l, io_closure) ?;
293293 wasmtime_wasi:: bindings:: io:: streams:: add_to_linker_get_host ( l, io_closure) ?;
@@ -385,8 +385,8 @@ where
385385 let io_closure = type_annotate_io :: < T , _ > ( |t| wasmtime_wasi:: IoImpl ( t) ) ;
386386 let closure = type_annotate_wasi :: < T , _ > ( |t| wasmtime_wasi:: WasiImpl ( wasmtime_wasi:: IoImpl ( t) ) ) ;
387387
388- wasmtime_wasi:: bindings:: clocks :: wall_clock:: add_to_linker_get_host ( l, closure) ?;
389- wasmtime_wasi:: bindings:: clocks :: monotonic_clock:: add_to_linker_get_host ( l, closure) ?;
388+ wasmtime_wasi:: bindings:: clocks0_2_3 :: wall_clock:: add_to_linker_get_host ( l, closure) ?;
389+ wasmtime_wasi:: bindings:: clocks0_2_3 :: monotonic_clock:: add_to_linker_get_host ( l, closure) ?;
390390 wasmtime_wasi:: bindings:: sync:: io:: poll:: add_to_linker_get_host ( l, io_closure) ?;
391391 wasmtime_wasi:: bindings:: sync:: io:: streams:: add_to_linker_get_host ( l, io_closure) ?;
392392 wasmtime_wasi:: bindings:: io:: error:: add_to_linker_get_host ( l, io_closure) ?;
0 commit comments