chore: update to latest wasmtime release (0.38.0) #261
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This updates to
wasmtimev0.38.0. Because module linking support has beenremoved from
wasmtimeas of v0.36.0, and the component model implementation isnot yet mature enough to use as a replacement (see
bytecodealliance/wasmtime#4303 for details), it is
necessary to temporarily disable the Spidermonkey tests. I've done this by
commenting-out the broken code in
instantiate_smw, prefixed its name with andunderscore, and renamed the relevant host.rs files to ignore_host.rs to hide
them from the test infrastructure.
Once the component model implementation is mature enough and the broader
ecosystem has been updated to use it, we can update and restore the Spidermonkey
tests.
fixes #259
Signed-off-by: Joel Dice [email protected]