Update the wasm-tools family of crates (#5310)
Most of the changes here are the updates to the component model which includes optional URL fields in imports/exports.
This commit is contained in:
@@ -27,7 +27,7 @@ fn components_importing_modules() -> Result<()> {
|
||||
&engine,
|
||||
r#"
|
||||
(component
|
||||
(import "" (core module))
|
||||
(import "a" (core module))
|
||||
)
|
||||
"#,
|
||||
)?;
|
||||
@@ -36,7 +36,7 @@ fn components_importing_modules() -> Result<()> {
|
||||
&engine,
|
||||
r#"
|
||||
(component
|
||||
(import "" (core module $m1
|
||||
(import "a" (core module $m1
|
||||
(import "" "" (func))
|
||||
(import "" "x" (global i32))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user