Skip to content

wasmer-sdk: v0.4.0

Compare
Choose a tag to compare
@Michael-F-Bryan Michael-F-Bryan released this 30 Nov 14:33
5a62784

0.4.0 (2023-11-30)

⚠ BREAKING CHANGES

  • Renamed Wasmer.fromWebc() to Wasmer.fromFile()

Features

  • The Output you get from await instance.wait() now contains stdoutUtf8 and stderrUtf8 fields with stdout/stderr lazily parsed as UTF-8 strings (61f3319)

Bug Fixes

  • Resolved an issue where constructing a Directory with a DirectoryInit containing a nested file would error out while creating the file's parent directory (f45f561)
  • Resolved an unconditional panic when passing a DirectoryInit to Command.spawn() or runWasix()'s mount argument (50df67d)

Code Refactoring

  • Renamed Wasmer.fromWebc() to Wasmer.fromFile() (8bf6868)