ONTechNITS / RapidHTML

GNU General Public License v3.0
10 stars 0 forks source link

Support for WASM modules #46

Open moseye opened 2 months ago

moseye commented 2 months ago

WebAssembly allows modern web browsers to serve compiled code (c, c++, rust, etc) to be executed on the client browser. Client heavy web applications can now reap the benefits of compiled code and isnt stuck only be interpreted JS.

Ill write something better after I finish research what I want to demonstrate with this.