You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is to track progress of compiling the Dark execution engine (interpreter plus most of the standard library) to WASM to run in editor/browser. (In the OCaml version, this was done by js_of_ocaml, in jsanalysis.ml).
This is to track progress of compiling the Dark execution engine (interpreter plus most of the standard library) to WASM to run in editor/browser. (In the OCaml version, this was done by js_of_ocaml, in jsanalysis.ml).
It is currently working in some form in https://github.com/CedricRup/dark/tree/blazor-webworker, and "just" needs to be adapted to load as part of the client.
Overall end state:
Current ocaml implementation:
What we currently have in F#:
Tasks:
The text was updated successfully, but these errors were encountered: