bvibber / wasm2swf

Experimental WebAssembly to ActionScript bytecode translator
Other
19 stars 4 forks source link

Porting Golang DB System to WebAssembly to AS3 swf/swc #1

Open al-sabr opened 4 years ago

al-sabr commented 4 years ago

Based on that article it seems possible through the Golang ecosystem to compile any library or software written with Golang towards JS or WebAssembly. Knowing now that it is feasible the goal of this ticket would serve the purpose of exploring the possibility to bring Golang on the Flash Runtime.

Resources to consume :

https://dzone.com/articles/how-we-compiled-a-golang-database-in-the-browser-u

https://youtu.be/9UXfNUfTERs

al-sabr commented 4 years ago

Any feedback for this case we could develop more?

If this is really working then we could create in separate workers various kind of DB like dgraph, cayley, tidb, etc...