Skip to content

Commit

Permalink
0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Jan 2, 2024
1 parent a25c989 commit 989a932
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ resolver = "2"

[workspace.package]
edition = "2021"
version = "0.14.0"
version = "0.14.2"

[profile.release]
codegen-units = 1
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytecodealliance/jco",
"version": "0.14.1",
"version": "0.14.2",
"description": "JavaScript tooling for working with WebAssembly Components",
"author": "Guy Bedford",
"bin": {
Expand All @@ -18,7 +18,7 @@
},
"type": "module",
"dependencies": {
"@bytecodealliance/preview2-shim": "0.14.1",
"@bytecodealliance/preview2-shim": "0.14.2",
"binaryen": "^111.0.0",
"chalk-template": "^0.4.0",
"commander": "^9.4.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/preview2-shim/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

WASI Preview2 implementations for Node.js & browsers.

Browser support is considered experimental, and not currently suitable for production applications.
Node.js support is fully tested and conformant against the Wasmtime test suite.

Node.js support is currently being stabilized, which can be tracked in https://github.com/bytecodealliance/jco/milestone/1.
Browser support is considered experimental, and not currently suitable for production applications.

# License

Expand Down
2 changes: 1 addition & 1 deletion packages/preview2-shim/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytecodealliance/preview2-shim",
"version": "0.14.1",
"version": "0.14.2",
"description": "WASI Preview2 shim for JS environments",
"author": "Guy Bedford, Eduardo Rodrigues<[email protected]>",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion src/jco.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ program
.name('jco')
.description(c`{bold jco - WebAssembly JS Component Tools}\n JS Component Transpilation Bindgen & Wasm Tools for JS`)
.usage('<command> [options]')
.version('0.14.1');
.version('0.14.2');

function myParseInt(value) {
return parseInt(value, 10);
Expand Down

0 comments on commit 989a932

Please sign in to comment.