xwords/xwords4/wasm
2023-05-29 16:55:14 -07:00
..
assets_dir correctly render utf 2021-03-19 14:29:20 -07:00
.gitignore work with WASM=1 and shell template to pass argv from url 2021-03-19 14:26:18 -07:00
LocalizedStrIncludes.h compiles, but untested 2023-02-22 19:04:05 -08:00
main.c fix to work with recent API changes 2023-03-25 10:24:39 -07:00
main.h use github code to implement md5sum for mqtt msg ack (wasm only) 2023-02-26 19:53:12 -08:00
Makefile use github code to implement md5sum for mqtt msg ack (wasm only) 2023-02-26 19:53:12 -08:00
paho-mqtt.js snapshot: sends message to inviter 2021-03-19 14:26:18 -07:00
README.txt update wasm instructions 2022-04-01 07:51:13 +02:00
shell_minimal.html add git rev to display 2023-05-29 16:55:14 -07:00
wasmdict.c compiles, but untested 2023-02-22 19:04:05 -08:00
wasmdict.h add and use NULL_XWE 2021-03-21 20:16:09 -07:00
wasmdraw.c appearance tweaks 2021-03-24 17:29:27 -07:00
wasmdraw.h adjust board size based on window size 2021-03-22 19:39:39 -07:00
wasmdutil.c use github code to implement md5sum for mqtt msg ack (wasm only) 2023-02-26 19:53:12 -08:00
wasmdutil.h tweaks 2021-03-19 14:30:17 -07:00
wasmutil.c cleanup 2023-02-23 16:38:08 -08:00
wasmutil.h keep games open and switch between them 2021-03-19 14:27:04 -07:00
wasmutls.c snapshot: saved games open now 2023-02-22 19:04:05 -08:00
wasmutls.h fix so release build builds 2021-03-19 14:27:04 -07:00
xptypes.h fix so release build builds 2021-03-19 14:27:04 -07:00
xwutils.js add git rev to display 2023-05-29 16:55:14 -07:00

I installed emcc via
# git clone https://github.com/emscripten-core/emsdk.git
then
# cd emsdk
# git checkout 3.1.0
But I have no particular reason to believe that tag's better than a
later one when it comes along.
# ./emsdk install latest
# ./emsdk activate latest