#![no_main] #![no_std] pub use extism_runtime_kernel::*; #[cfg(target_arch = "wasm32")] #[panic_handler] fn panic(_info: &core::panic::PanicInfo) -> ! { core::arch::wasm32::unreachable() }