From 9f512dfa014aee4139ba9b2cb839fea5acb306e2 Mon Sep 17 00:00:00 2001 From: Andre Weissflog Date: Wed, 17 Jan 2024 19:03:57 +0100 Subject: [PATCH] readme: more wasm32-emscripten caveats --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index def11f7..aad6efa 100644 --- a/README.md +++ b/README.md @@ -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) \ No newline at end of file