Emi
Emi
Something to figure out before 1.0, but after Go gets wasm support and after we figure out what to do about server-side-rendering.
https://github.com/gopherjs/vecty/tree/sg/node-interface for if we decide to do this eventually. (wrote it before your comment)
Note: This can sometimes surface in e.g. CMake projects if spurious flags like `/EHsc /guard:cf` end up on the `zig cxx` command line by accident.
@glyh this is my top priority; before we implement it we need to make sysjs provide bindgen-like capability (https://github.com/hexops/mach/issues/691) which is what I'm working on now. Once we have that,...
new approach hexops/mach#858
This was implemented. https://github.com/hexops/mach-gpu-dawn/blob/5fe75438b824f92798c6d511d2502049f4a09c9f/build.zig#L26-L53
likely working now. Renaming issue to describe more general musl support Probably already works(?), just need to add something to test it builds in https://github.com/hexops/mach/blob/main/libs/core/.github/workflows/ci.yml
seems to have gone away.
This was fixed in a recent version of mach-core; your `app.zig` has its declarations re-exported in our `main.zig` so there is no issue.
system SDK has been removed entirely in favor of Zig package manager