bytecodealliance / componentize-dotnet

Tooling for creating WebAssembly components from C#
Apache License 2.0
19 stars 8 forks source link

Support installing correct package reference of ilcompiler for other OS's and arch's #13

Closed jsturtevant closed 1 hour ago

jsturtevant commented 3 months ago

right now the project supports installing windows version of il compiler through out the project, for example: https://github.com/bytecodealliance/componentize-dotnet/blob/a66f7263fdd39217a745b679627e79a2acb58506/src/WasmComponent.Sdk/ImportInDev.proj#L10

jsturtevant commented 1 hour ago

fixed with #40