Skip to content

Commit

Permalink
1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Aug 28, 2024
1 parent 91cbc82 commit 5573c1c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- [Introduction](./introduction.md)
- [Transpiling](./transpiling.md)
- [Example](./example.md)
- Advanced
- [Advanced](#)
- [Optimized Host Bindings](./optimized-host-bindings.md)
- [Contributor Guide](#)
- [Contributing to the Codebase](./contributing.md)
Expand Down
5 changes: 3 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.4.4",
"version": "1.5.0",
"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.4.4');
.version('1.5.0');

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

0 comments on commit 5573c1c

Please sign in to comment.