You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)