Hi,

I've been toying around with the idea to run ecl in the browser since it is now easy to build it using emscripten.

I have successfully interacted with the runtime using the extremely awkward "window.prompt" native javascript pop up.

My experience in using ECL is in embedding it in C/C++

Has someone successfully used it to run in the browser without using the "wasm-draw-to-canvas" and "windows.prompt" REPL

I'm assuming that this has nothing to do with ECL and is purely how emscripten works.

Can I write a more embedded version which does not require me to interact through the REPL in the browser.

If anyone has done any similar things I'd really like to hear about them.

Kindest regards.

Jon Hallur