Open ghost opened 5 months ago
Thanks for your suggestion, but it's already done: https://smallbasic.github.io/online/sbasic.html
Is it possible to build an online version, which immediately starts a basic program? The basic program could be for example a self written game, which can then run in the browser.
Perhaps it could take a URL argument, something like this?
That would be great, if I can just point to a .bas file on my own server or on Github and run that file. Much easier than to generate a special WASM version with an included .bas file.
Is the above link just an example, or is it supposed to work? At least on my computer it only starts the IDE.
It's just an example, for now. I think I have a reasonable idea of how to implement this.
Compiling to JS or WASM.