|
|
|
|
|
by neonsunset
629 days ago
|
|
Using wasm for this sounds like a difficult and wasteful approach. Is there a reason you are avoiding a simple compilation of Zig part of codebase into a dynamically or statically linked library and calling into it with P/Invoke? You only need a `Target` and maybe `None Include=...` items in .csproj to instrument MSBuild to hook the building process of Zig into dotnet build and co. |
|