Skip to content

Commit

Permalink
0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Aug 3, 2023
1 parent 6fbaed5 commit c713fde
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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 @@ -24,7 +24,7 @@ resolver = "2"

[workspace.package]
edition = "2021"
version = "0.1.0"
version = "0.10.0"

[workspace.dependencies]
anyhow = "1.0.71"
Expand Down
2 changes: 1 addition & 1 deletion crates/js-component-bindgen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "js-component-bindgen"
authors = ["Alex Crichton <[email protected]>", "Guy Bedford <[email protected]>"]
description = "JS component bindgen for transpiling WebAssembly components into JavaScript"
version = "0.9.5"
version.workspace = true
license = "Apache-2.0 WITH LLVM-exception"
categories = ["wasm"]
keywords = ["webassembly", "wasm"]
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.9.5",
"version": "0.10.0",
"description": "JavaScript tooling for working with WebAssembly Components",
"author": "Guy Bedford",
"bin": {
Expand All @@ -15,7 +15,7 @@
},
"type": "module",
"dependencies": {
"@bytecodealliance/preview2-shim": "0.0.10",
"@bytecodealliance/preview2-shim": "0.0.12",
"binaryen": "^111.0.0",
"chalk-template": "^0.4.0",
"commander": "^9.4.1",
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.0.10",
"version": "0.0.12",
"description": "WASI Preview2 shim for JS environments",
"author": "Guy Bedford, Eduardo Rodrigues<[email protected]>",
"type": "module",
Expand Down

0 comments on commit c713fde

Please sign in to comment.