package space.autistic.radio.wasm class WasmExitException(val status: Int) : Exception() { }