-
Notifications
You must be signed in to change notification settings - Fork 0
The online interpreter
zenonet edited this page May 18, 2022
·
2 revisions
There an online interpreter for SusLang which can be found here: http://api.zenonet.de/SusLang/0.4.
Currently the online interpreter doesn't support user input however this will be fixed soon.
The online interpreter uses the C# SusLang-interpreter compiled to Web Assembly using DotnetJS.
DotnetJs compiles Console Applications to Razor Web Assembly (as a single .js file) which are faster than loading the whole page using wasm and makes interoperaton between javascript and C# really easy.