Skip to content

Commit

Permalink
1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed May 6, 2024
1 parent 5402dad commit 8abf412
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 35 deletions.
58 changes: 29 additions & 29 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions 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 = "1.2.3"
version = "1.2.4"

[profile.release]
codegen-units = 1
Expand All @@ -44,7 +44,7 @@ wasm-encoder = "0.202.0"
wasm-metadata = "0.202.0"
wasmparser = "0.202.0"
wasmprinter = "0.202.0"
wasmtime-environ = { version = "20.0.0", features = ["component-model", "compile"] }
wasmtime-environ = { version = "20.0.1", features = ["component-model", "compile"] }
wat = "1.202.0"
wit-bindgen = "0.24.0"
wit-bindgen-core = "0.24.0"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytecodealliance/jco",
"version": "1.2.3",
"version": "1.2.4",
"description": "JavaScript tooling for working with WebAssembly Components",
"author": "Guy Bedford",
"bin": {
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('1.2.3');
.version('1.2.4');

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

0 comments on commit 8abf412

Please sign in to comment.