MichaReiser / speedy.js

Accelerate JavaScript Applications by Compiling to WebAssembly
MIT License
347 stars 19 forks source link

Add support for classes #13

Closed MichaReiser closed 7 years ago

MichaReiser commented 7 years ago

Basic support for classes.

Inheritance is not yet supported. Neither are static methods.