Some options:

  * Use javascript/wasm execution engine, and compile the "script" parts of the 
app to JS/wasm.
  * Use Nim VM and nim script. Might not be a good choice for performance 
reasons.
  * Somehow make use of 
[https://github.com/nim-lang/Nim/issues/8927](https://github.com/nim-lang/Nim/issues/8927)
 once it is done


Reply via email to