Zulip Chat Archive

Stream: lean4

Topic: Natural Number Game in WebAssembly


joaogui1 (he/him) (Dec 02 2022 at 15:37):

So from what I understand NNG3 could run on the client, but NNG4 at the moment needs a server to run. Couldn't we use the fact that lean4 compiles to C to compile that C to WebAssembly and then run it client-side?

Henrik Böving (Dec 02 2022 at 15:38):

In principle yes, in practice the issue is more of a: someone needs to implement lean -> wasm and nobody as done it yet

Sebastian Ullrich (Dec 02 2022 at 15:54):

See also https://leanprover.zulipchat.com/#narrow/stream/270676-lean4/topic/web.20editor/near/281494817


Last updated: Dec 20 2023 at 11:08 UTC