torch2424 / as-bind

Isomorphic library to handle passing high-level data structures between AssemblyScript and JavaScript 🤝🚀
https://torch2424.github.io/as-bind/
MIT License
245 stars 23 forks source link

Created a QuickStart example/test, to ensure README QuickStart is working #83

Closed torch2424 closed 3 years ago

torch2424 commented 3 years ago

relates to #81 closes #82 closes #80

This PR creates a new example, quickstart, which should stay synced with the QuickStart guide in the README.md. This should ensure that the package itself is able to be able to be followed by a minimal implementation, and should hopefully avoid bugs in the future of people trying out the library :smile:

I also added the quick start example to the tests we run in Travis, that way we can ensure the quick start works everytime, from building the AssemblyScript, to running in the browser and Node! :smile: :tada:

This also updates the README.md to what is currently working in our quickstart example :smile:

Screenshot from 2021-05-27 18-51-22