Compiling cling interpreter to WASM

Hello,
I was hoping there might be an example somewhere of the cling interpreter being embedded in to an application that is compiled with Emscripten to wasm for use in the web browser.

Is this some thing that folks have played with and conceptually possible?

Hi @mmiscool ,

Welcome to the forum! Everything is possible - it’s software! :wink: I remember someone mentioning this before as an idea; I am not aware of any implementation.

Cheers, Axel

Not that I know of, but there are options to embed cling in a standalone GUI that might serve as inspiration for expanding it to a web browser:

https://root.cern.ch/doc/master/classTGCommandPlugin.html

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.