Stream: compiler development

Topic: windows repl


view this post on Zulip Folkert de Vries (Nov 25 2023 at 12:30):

we just confirmed that the windows repl (with llvm) does work with --release, but overflows the stack without it. There are also some quirks with powershell and the repl is very slow because dynamic linking is slow on windows (currently, maybe we can cache work somehow)

view this post on Zulip Richard Feldman (Nov 25 2023 at 12:33):

still, that's great progress! :smiley:

view this post on Zulip Richard Feldman (Nov 25 2023 at 12:34):

as the old saying goes, "slow repl is better than no repl" :big_smile:

view this post on Zulip Luke Boswell (Nov 25 2023 at 13:00):

Richard Feldman said:

as the old saying goes, "slow repl is better than no repl" :big_smile:

It's probably faster to run the WASM REPL in the cloud and stream the module bytes over the network than linking on Windows RN. :sad: :turtle:


Last updated: Jul 06 2025 at 12:14 UTC