simon-git: puzzles (main): Simon Tatham
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Sat May 22 21:07:06 BST 2021
TL;DR:
1c760b2 WASM: fix save-file generation.
Repository: https://git.tartarus.org/simon/puzzles.git
On the web: https://git.tartarus.org/?p=simon/puzzles.git
Branch updated: main
Committer: Simon Tatham <anakin at pobox.com>
Date: 2021-05-22 21:07:06
commit 1c760b2ee808ba68781a68a57292cc841b3df5a0
web diff https://git.tartarus.org/?p=simon/puzzles.git;a=commitdiff;h=1c760b2ee808ba68781a68a57292cc841b3df5a0;hp=20a85890d713d9a6b701eee08a76538f0a4334e4
Author: Simon Tatham <anakin at pobox.com>
Date: Sat May 22 21:04:22 2021 +0100
WASM: fix save-file generation.
In commit f6434e84964d840 I said I had replaced all uses of
old-Emscripten's Pointer_stringify() function with new-Emscripten's
UTF8ToString(). In fact, I only replaced the ones in emcclib.js, but I
missed one in emccpre.js used in preparing downloadable save files.
Those were therefore broken, with a Javascript undefined-name error.
emccpre.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the tartarus-commits
mailing list