simon-git: puzzles (main): Ben Harris
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Thu Nov 10 11:37:13 GMT 2022
TL;DR:
2115799 js: Add various missing variable declarations
00e4d79 js: Enable STRICT_JS in Emscripten
Repository: https://git.tartarus.org/simon/puzzles.git
On the web: https://git.tartarus.org/?p=simon/puzzles.git
Branch updated: main
Committer: Ben Harris <bjh21 at bjh21.me.uk>
Date: 2022-11-10 11:37:13
commit 21157990942953465abc4325e4bfd6fdd1bb8cdd
web diff https://git.tartarus.org/?p=simon/puzzles.git;a=commitdiff;h=21157990942953465abc4325e4bfd6fdd1bb8cdd;hp=f7957d3aa080dcdfc4c6450ff2590c101b71d94b
Author: Ben Harris <bjh21 at bjh21.me.uk>
Date: Thu Nov 10 00:13:59 2022 +0000
js: Add various missing variable declarations
emccpre.js | 29 ++++++++++++++++-------------
1 file changed, 16 insertions(+), 13 deletions(-)
commit 00e4d79db112140c47e32af6b1b09454f4e04f05
web diff https://git.tartarus.org/?p=simon/puzzles.git;a=commitdiff;h=00e4d79db112140c47e32af6b1b09454f4e04f05;hp=21157990942953465abc4325e4bfd6fdd1bb8cdd
Author: Ben Harris <bjh21 at bjh21.me.uk>
Date: Thu Nov 10 00:40:52 2022 +0000
js: Enable STRICT_JS in Emscripten
This turns on "use strict" in JavaScript, which enforces declaring
variables among other things, and may allow better optimisations.
cmake/platforms/emscripten.cmake | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
More information about the tartarus-commits
mailing list