Skip to content

v0.3.6

Compare
Choose a tag to compare
@ShivanshVij ShivanshVij released this 21 Feb 02:49
edf10ea

Features

  • In the Go runtime module actions are now cancellable via the given context

Changes

  • Removing parcel.js and using the typescript compiler directly to build typescript libraries
  • Renaming @loopholelabs/scale-ts library to @loopholelabs/scale
  • Bumping wazero to 1.0.0-pre.9

Fixes

  • Fixing bugs in the DisabledWASI Polyfill implementation where the proper error codes would not be returned (fd_write, fd_read, environ..., args...)
  • Fixing bug in the DisabledWASI Polyfill implementation where the proper clock time would not get returned
  • Making sure the client, registry, and storage typescript packages get exported and packaged properly
  • Making sure modules that return an error get thrown away properly instead of being recycled