nearprotocol / assemblyscript

A TypeScript to WebAssembly compiler 🚀
https://assemblyscript.org
Apache License 2.0
8 stars 1 forks source link

Fix binding generations #32

Closed bowenwang1996 closed 5 years ago

bowenwang1996 commented 5 years ago

Rewrite binding generation to solve the problem of type incompatibility when extending an existing class. The new approach generates a binding file with encoding/decoding methods directly injected into the class itself.