Include more contextual information about why the link failed related to why the types didn't match. Closes #3172
8 lines
155 B
Plaintext
8 lines
155 B
Plaintext
(module $m
|
|
(memory (export "mem") 0)
|
|
)
|
|
|
|
(assert_unlinkable
|
|
(module (import "m" "mem" (memory i64 0)))
|
|
"expected 64-bit memory, found 32-bit memory")
|