Skip to content

Upgrade to wasm-tools 211 and wasmtime 21#978

Merged
pchickey merged 7 commits into
mainfrom
pch/wasm_tools_211
Jun 19, 2024
Merged

Upgrade to wasm-tools 211 and wasmtime 21#978
pchickey merged 7 commits into
mainfrom
pch/wasm_tools_211

Conversation

@pchickey

Copy link
Copy Markdown
Contributor

The wasm-tools upgrade is pretty benign: wit-bindgen's parse deals in groups of packages now, rather than a single package.

The wasmtime upgrade has lots of text diff but ultimately the principle is simple: by default, wasmtime::component::bindgen no longer makes import funcs trappable.

pchickey added 3 commits June 18, 2024 16:12
 in wasmtime 21, component::bindgen stopped making import functions trappable
unless you ask for them specifically, which is a great idea and I totally
missed it when it landed.

Lots of text diff but ultimately getting rid of the totally-unused ability to
trap in import functions.
@pchickey pchickey requested a review from alexcrichton June 19, 2024 00:06
@pchickey pchickey enabled auto-merge June 19, 2024 00:44
@pchickey pchickey added this pull request to the merge queue Jun 19, 2024
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Jun 19, 2024
@pchickey pchickey enabled auto-merge June 19, 2024 02:09
@pchickey pchickey added this pull request to the merge queue Jun 19, 2024
Merged via the queue into main with commit 61e1c3e Jun 19, 2024
@pchickey pchickey deleted the pch/wasm_tools_211 branch June 19, 2024 03:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants