()
| 56 | |
| 57 | #[unsafe(no_mangle)] |
| 58 | pub extern "C" fn wasm_config_new() -> Box<wasm_config_t> { |
| 59 | Box::new(wasm_config_t { |
| 60 | config: Config::default(), |
| 61 | }) |
| 62 | } |
| 63 | |
| 64 | #[unsafe(no_mangle)] |
| 65 | pub extern "C" fn wasmtime_config_debug_info_set(c: &mut wasm_config_t, enable: bool) { |