Images 💾

Last commit ⭐

commit 91b3a3bb58d7d1327b4e22dc02364fd4ebb7a48b
Author:     Timothy Flynn <trflynn89@pm.me>
AuthorDate: Mon Dec 5 16:52:12 2022 -0500
Commit:     Linus Groh <mail@linusgroh.de>
CommitDate: Mon Dec 5 22:24:50 2022 +0000

    Meta: Initialize the WASM JS REPL with a known time zone
    
    The runtime environment of the WASM REPL does not have time zone
    information; the file system is virtual (does not have /etc/localtime),
    and the TZ environment variable is not set. This causes LibTimeZone to
    always fall back to UTC.
    
    Instead, we can get the time zone from the user's browser before we
    enter this limited environment. The REPL website will pass the time zone
    into the WASM REPL.