Skip to content

Commit

Permalink
readme: more wasm32-emscripten caveats
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed Jan 17, 2024
1 parent 20b4388 commit 9f512df
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,3 +229,8 @@ This list might grow longer over time!
```

Also see the [kc85.zig build.zig](https://github.com/floooh/kc85.zig/blob/main/build.zig) as example!

- the Zig stdlib only has limited support for the `wasm32-emscripten`
target, for instance using `std.fs` functions will most like fail
to compile (the sokol-zig bindings might add more sokol headers
in the future to fill some of the gaps)

0 comments on commit 9f512df

Please sign in to comment.