Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

Releases: wapc/widl-codegen-js

TinyGo: Misc fixes

15 Jul 23:08
Compare
Choose a tag to compare
v0.0.11

Misc TinyGo fixes

Rust: Fixing operations without parameters

15 Jul 01:30
Compare
Choose a tag to compare
v0.0.10

Fixing rust operations with 0 parameters.

Support for latest @wapc/as-guest

15 Jul 00:36
Compare
Choose a tag to compare

Code generation for AssemblyScript now uses Result as the return type to work around the lack of try/catch/throw support.

Fix AssemblyScript operations that return bytes

14 Jul 01:24
Compare
Choose a tag to compare

Fixed optional host parameters

17 May 19:21
Compare
Choose a tag to compare

Restored optionals in host_visitor function parameters

Refactoring based on widl-js v0.0.5

12 May 21:25
Compare
Choose a tag to compare
v0.0.6

Version bump to v0.0.6

Using the isKind helper method in the AST

23 Apr 14:55
Compare
Choose a tag to compare

Miscellaneous fixes

16 Apr 15:51
Compare
Choose a tag to compare
v0.0.4

Version bump

Added templates for Rust, AssemblyScript, and TinyGo

20 Mar 19:47
df78614
Compare
Choose a tag to compare
Merge pull request #2 from wapc/templates

Adding templates for Rust, AssemblyScript, and TinyGo

Initial release

20 Mar 14:44
4365d6c
Compare
Choose a tag to compare
Merge pull request #1 from wapc/initial_version

Initial version