-
-
Notifications
You must be signed in to change notification settings - Fork 22
Description
Currently, the AMXX version being used is 1.8.3. Today the latest dev version is 1.9 (more stable) or 1.10 (less stable).
I don't know exactly how you make this work, but an option to use latest amxx version would be good. My guess is that the AMXX converted to WebAssembly is stored inside the repository, that's fine when you are working offline.
Maybe the hard part to use the latest AMXX version is to compile an AMXX version to WebAssembly using emscripting, but that needs to be done outside the browser and that will defeat the purporse of being entirely client-side. Unless emscripting can run inside the browser too.
Maybe this can be automated to updated itself using some GitHub bot and using Github Actions to run the compiler and update the repository automatically.
I don't know, there are a lot of guess, maybe you can help me to understand this.
Offtopic: I think this project is very useful for project examples, making live-previews of code for learn pawn or AMXX but that's another topic.