//go:build wasip1 package main import "git.dev.alexdunmow.com/block/core/plugin/wasmguest" func init() { wasmguest.Serve(Registration) } func main() {} // never called — reactor mode