lyra-wasm-scripting-test/guests/csharp/dotnet-guest-test/LyraApi/Utils.cs

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));
}
}