package docs:calculator; interface host {} world plugin { import host; export get-plugin-name: func() -> string; export evaluate: func(x: s32, y: s32) -> s32; }