Skip to content

Commit 5a62784

Browse files
author
Michael Bryan
authored
Merge pull request #348 from wasmerio/release-please--branches--main--components--wasmer-sdk
chore(main): release wasmer-sdk 0.4.0
2 parents cc26237 + 26c54df commit 5a62784

File tree

4 files changed

+26
-4
lines changed

4 files changed

+26
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.3.0"
2+
".": "0.4.0"
33
}

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## [0.4.0](https://github.com/wasmerio/wasmer-js/compare/wasmer-sdk-v0.3.0...wasmer-sdk-v0.4.0) (2023-11-30)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Renamed `Wasmer.fromWebc()` to `Wasmer.fromFile()`
9+
10+
### Features
11+
12+
* The `Output` you get from `await instance.wait()` now contains `stdoutUtf8` and `stderrUtf8` fields with stdout/stderr lazily parsed as UTF-8 strings ([61f3319](https://github.com/wasmerio/wasmer-js/commit/61f3319757ef3a523fabc680510f67da838289f8))
13+
14+
15+
### Bug Fixes
16+
17+
* 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](https://github.com/wasmerio/wasmer-js/commit/f45f5619b9b82430a40a9ce25bf5c53c7267f401))
18+
* Resolved an unconditional panic when passing a `DirectoryInit` to `Command.spawn()` or `runWasix()`'s `mount` argument ([50df67d](https://github.com/wasmerio/wasmer-js/commit/50df67d48198dc4921d39cf6fef9fb4b646d8789))
19+
20+
21+
### Code Refactoring
22+
23+
* Renamed `Wasmer.fromWebc()` to `Wasmer.fromFile()` ([8bf6868](https://github.com/wasmerio/wasmer-js/commit/8bf6868fc88cf67b9f8e099cb2af4fddc2115adf))
24+
325
## [0.3.0](https://github.com/wasmerio/wasmer-js/compare/wasmer-sdk-v0.2.0...wasmer-sdk-v0.3.0) (2023-11-27)
426

527

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wasmer/sdk",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"main": "dist/Library.cjs",
55
"module": "dist/Library.mjs",
66
"unpkg": "dist/Library.umd.js",

0 commit comments

Comments
 (0)