You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the report! This is due to the wasmtime-interface-types crate not having support yet for the "unrestricted float" type, but that can actually be trivially fixed by adding a new case there. The interface types support is currently being overhauled, though, so it may be best to wait for the dust to settle a bit.
Running
wasmtime --invoke=test wasmtime_bug.wat
produces puzzling error message:wasmtime_bug.wat
contains this:wat2wasm
seems to process this file fine. At least the error message might be more enlightening I think. :)The text was updated successfully, but these errors were encountered: