Function
wasmtime_component_val_new
(
src: &mut wasmtime_component_val_t,
)
Source from the content-addressed store, hash-verified
| 369 | |
| 370 | #[unsafe(no_mangle)] |
| 371 | pub extern "C" fn wasmtime_component_val_new( |
| 372 | src: &mut wasmtime_component_val_t, |
| 373 | ) -> Box<wasmtime_component_val_t> { |
| 374 | Box::new(mem::replace(src, wasmtime_component_val_t::default())) |
| 375 | } |
| 376 | |
| 377 | #[unsafe(no_mangle)] |
| 378 | pub extern "C" fn wasmtime_component_val_free(_dst: Option<Box<wasmtime_component_val_t>>) {} |
Tested by
no test coverage detected