Open alexrp opened 3 years ago
In theory, we should just be able to provide a .bc
/.a
file to the Blazor SDK once everything is in place. But things may get messy if Zig targets a different WASI version than Blazor...
We now have basic support for targeting wasi-wasm
(#181). browser-wasm
is still an open question.
Zig has some support for WebAssembly, but I'm not sure how complete/usable it is.
This will depend on: https://github.com/dotnet/runtime/issues/44636
It will also partially depend on: