wit-bindgen 0.61.1

Rust bindings generator and runtime support for WIT and the component model. Used when compiling Rust programs to the component model.
Documentation
1
2
3
4
5
6
7
8
// This file is generated by ./ci/rebuild-libwit-bindgen-cabi.sh

unsafe extern "C" {
    #[link_name = "wit_bindgen_0_61_1_get_task_context"]
    pub fn get() -> *mut u8;
    #[link_name = "wit_bindgen_0_61_1_set_task_context"]
    pub fn set(ptr: *mut u8);
}