8 lines
197 B
C#
8 lines
197 B
C#
|
using static ExampleWorld.wit.imports.lyra.api.IEcs;
|
||
|
|
||
|
internal static class Utils {
|
||
|
public static WasmTypeId ToWasmTypeId(ulong typeId)
|
||
|
{
|
||
|
return new WasmTypeId((typeId, 0));
|
||
|
}
|
||
|
}
|