I've been seen some pretty cool tech demos for WebAssembly where they have little games running in the browser, so I've been thinking of making tossing up some simple programs of my own.
Maybe, I could try hacking together one of those classic RPGs from the good old days? Nothing amazing, but it could be a nice way to experiment with the new platform.
If you don't know what WebAssembly is, it's basically an assembly language for the web which is potentially more optimisable than JavaScript and runs in the browser.
Quite a few languages already have experimental ways to compile to WebAssembly like C#, Go, Rust, C++, etc. There are even rumours that Python might be next up.
I'm slightly sceptical about how useful it will really be with web development, at-least due to the huge file sizes it has now, but for games, it might be very interesting.
Maybe, I could try hacking together one of those classic RPGs from the good old days? Nothing amazing, but it could be a nice way to experiment with the new platform.
If you don't know what WebAssembly is, it's basically an assembly language for the web which is potentially more optimisable than JavaScript and runs in the browser.
Quite a few languages already have experimental ways to compile to WebAssembly like C#, Go, Rust, C++, etc. There are even rumours that Python might be next up.
I'm slightly sceptical about how useful it will really be with web development, at-least due to the huge file sizes it has now, but for games, it might be very interesting.







