// TODO: Implement Go runtime with TinyGo WASM
#[allow(dead_code)]// TODO: Will be used when Go runtime is fully implemented
pubstructGoRuntime;#[allow(dead_code)]implGoRuntime{pubfnnew()->Self{Self}}implDefault forGoRuntime{fndefault()->Self{Self::new()}}