-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support running on the browser #223
Comments
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.
The text was updated successfully, but these errors were encountered: