- Fix build error where
@spice.encode
,@spice.decode
are used
- Build the executable with static linking for Linux with musl
- Build the executable with static linking for Linux
- Clean up npm publish files
- Fix type error where using tuple constructor type, such as
array<int>
for optional field in the record. green-labs#32
- Add support for the optional field record
- Add Windows platform support