Skip to content

Commit 4958c04

Browse files
authored
Merge pull request #289 from bytecodealliance/dependabot/cargo/internal/wasmtools/wasm-tools-1.224.0
build(deps): bump wasm-tools from 1.223.0 to 1.224.0 in /internal/wasmtools
2 parents f0957de + ba38443 commit 4958c04

File tree

6 files changed

+25
-25
lines changed

6 files changed

+25
-25
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
env:
1616
go-modules: ./... ./cm/...
17-
wasm-tools-version: "1.222.0"
17+
wasm-tools-version: "1.224.0"
1818
wasmtime-version: "26.0.0"
1919

2020
jobs:

internal/wasmtools/Cargo.lock

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/wasmtools/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = 'wasm-tools-go'
33
edition = '2021'
44

55
[dependencies]
6-
wasm-tools = { version = '1.223.0', default-features = false, features = [
6+
wasm-tools = { version = '1.224.0', default-features = false, features = [
77
'component',
88
] }
99

4.34 KB
Binary file not shown.

testdata/codegen/conventions.wit.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"params": [],
8686
"results": [],
8787
"docs": {
88-
"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()"
88+
"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()"
8989
}
9090
},
9191
"explicit": {

testdata/codegen/error-context.wit.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@
5656
"types": [
5757
{
5858
"name": "foo",
59-
"kind": "errorcontext",
59+
"kind": "error-context",
6060
"owner": {
6161
"interface": 0
6262
}
6363
},
6464
{
6565
"name": null,
66-
"kind": "errorcontext",
66+
"kind": "error-context",
6767
"owner": null
6868
},
6969
{

0 commit comments

Comments
 (0)