wasmerio / winterjs

Winter is coming... ❄️
https://winterjs.org/
MIT License
3.02k stars 55 forks source link

Add typings to the project #12

Closed Michael-F-Bryan closed 1 year ago

Michael-F-Bryan commented 1 year ago

I've created a winter.d.ts file which defines the interface exposed by our WinterJS implementation based on what I can infer from the code.

This PR also adds an example that shows how to write a WinterJS app in JavaScript.