using static ExampleWorld.wit.imports.lyra.api.IEcs; internal static class Utils { public static WasmTypeId ToWasmTypeId(ulong typeId) { return new WasmTypeId((typeId, 0)); } }