Skip to content

Commit

Permalink
Merge pull request #289 from bytecodealliance/dependabot/cargo/intern…
Browse files Browse the repository at this point in the history
…al/wasmtools/wasm-tools-1.224.0

build(deps): bump wasm-tools from 1.223.0 to 1.224.0 in /internal/wasmtools
  • Loading branch information
ydnar authored Jan 29, 2025
2 parents f0957de + ba38443 commit 4958c04
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

env:
go-modules: ./... ./cm/...
wasm-tools-version: "1.222.0"
wasm-tools-version: "1.224.0"
wasmtime-version: "26.0.0"

jobs:
Expand Down
40 changes: 20 additions & 20 deletions internal/wasmtools/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 internal/wasmtools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = 'wasm-tools-go'
edition = '2021'

[dependencies]
wasm-tools = { version = '1.223.0', default-features = false, features = [
wasm-tools = { version = '1.224.0', default-features = false, features = [
'component',
] }

Expand Down
Binary file modified internal/wasmtools/wasm-tools.wasm.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion testdata/codegen/conventions.wit.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"params": [],
"results": [],
"docs": {
"contents": "Comment out identifiers that collide when mapped to snake_case, for now; see\nhttps://github.com/WebAssembly/component-model/issues/118\nAPPLE: func()\nAPPLE-pear-GRAPE: func()\napple-PEAR-grape: func()"
"contents": " Comment out identifiers that collide when mapped to snake_case, for now; see\n https://github.com/WebAssembly/component-model/issues/118\nAPPLE: func()\nAPPLE-pear-GRAPE: func()\napple-PEAR-grape: func()"
}
},
"explicit": {
Expand Down
4 changes: 2 additions & 2 deletions testdata/codegen/error-context.wit.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@
"types": [
{
"name": "foo",
"kind": "errorcontext",
"kind": "error-context",
"owner": {
"interface": 0
}
},
{
"name": null,
"kind": "errorcontext",
"kind": "error-context",
"owner": null
},
{
Expand Down

0 comments on commit 4958c04

Please sign in to comment.