AtlatestRepositorysigil-web-repl

sigil-web-repl / tree / srcmain.sgl

1;;; Sigil Web REPL - Main entrypoint
2;;;
3;;; This is loaded by sigil-wasm-runtime at startup.
4;;; It imports and starts the web REPL.
5
6(import (sigil web-repl))
7
8;; Start the REPL - this will yield waiting for input
9(repl-start)