Example requires setting wasm_multi_value#1715
Example requires setting wasm_multi_value#1715plicease wants to merge 1 commit intobytecodealliance:masterfrom perlwasm:graham/fix-example
Conversation
|
In theory this is no longer needed since #1667, were you testing with an older version of the wasmtime C API though? |
|
Originally I was trying it will |
|
Hm so testing master I can get the panic you reproted in #1716, but I don't get |
|
(also if you're linking dynamically, are you sure that the library at link-time is also selected at load-time?) |
Ah yes. I updated the flags to the compiler but forgot to update the dynamic linker path. |
|
This was my goof, but it would have been easier to diagnose if the version information were available in the dynamic library (and the .h file for C/C++). I'd love to see something implemented for #986 |
This example doesn't work without setting the wasm_multi_value option on the config object.