bytecodealliance / bytecodealliance/componentize-dotnet
The project initialized on Mac cannot be compiled successfully.
- 主要语言
- C#
- 星标
- 147
- 派生
- 18
- PR 合并指标
- 30 天内没有已合并 PR
描述
```
benliu@192 app10 % dotnet build
Restore complete (7.6s)
info NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy
app10 failed with 1 error(s) (0.2s) → bin/Debug/net10.0/wasi-wasm/app10.dll
/Users/benliu/.nuget/packages/microsoft.dotnet.ilcompiler.llvm/10.0.0-alpha.1.25162.1/build/Microsoft.NETCore.Native.targets(363,5): error MSB3073: The command ""\tools\\ilc" @"obj/Debug/net10.0/wasi-wasm/native/app10.ilc.rsp"" exited with code 127.
```
```
benliu@192 app10 % sw_vers
ProductName: macOS
ProductVersion: 26.0.1
BuildVersion: 25A362
```
```shell
benliu@192 app10 % dotnet --version
10.0.100-rc.1.25451.107
```
```
steps:
dotnet new install BytecodeAlliance.Componentize.DotNet.Templates
dotnet new componentize.wasi.cli
dotnet build
```
```
benliu@192 app10 % cat app10.csproj
Exe
net10.0
app10
enable
enable
wasi-wasm
false
true
true
true
```
贡献指南
调研方向
在 macOS 上使用列出的 dotnet new 和 dotnet build 步骤重现失败,然后检查 app10.csproj 以及对 BytecodeAlliance.Componentize.DotNet.Wasm.SDK 和 ilcompiler.llvm 的包引用。跟踪 MSB3073 命令失败和退出代码 127;当生成的项目能够在报告的环境中成功构建时,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- csharp, macos, wasm
- 领域
- build-system
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 38/100