xwords/xwords4/wasm
2022-04-01 07:51:13 +02: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 fix to compile and not crash 2022-01-03 08:25:49 -08:00
main.c add help target; cleanup 2022-01-04 13:27:01 -08:00
main.h remove FLIP button; save/restore prefs 2021-03-24 17:52:17 -07:00
Makefile add help target; cleanup 2022-01-04 13:27:01 -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 remove FLIP button; save/restore prefs 2021-03-24 17:52:17 -07:00
wasmdict.c add and use NULL_XWE 2021-03-21 20:16:09 -07: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 fix crashes and failure to connect 2022-01-03 17:40:23 -08:00
wasmdutil.h tweaks 2021-03-19 14:30:17 -07:00
wasmutil.c fix wasm build 2022-04-01 07:51:13 +02:00
wasmutil.h keep games open and switch between them 2021-03-19 14:27:04 -07:00
wasmutls.c route logs to console.log, not .error 2021-03-19 14:29:48 -07: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 fix crashes and failure to connect 2022-01-03 17:40:23 -08: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