nearprotocol / assemblyscript

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

Handle serializing generics #50

Closed willemneal closed 5 years ago

willemneal commented 5 years ago

Added generic encode/decode functions to simplify things and allow for generics.

willemneal commented 5 years ago

@bowenwang1996 Thanks for looking at it. I pushed this so that @janedegtiareva could start to use it, I'm about to push some more changes that clean it up a bit and add back arg parsing.