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
Hello, I'm trying to build a rust program into wasm. My rust program compiles some C code and invokes it via extern/ffi. When I compile this program i'm getting the following error:
error: failed to validate component output
Caused by:
type mismatch: values remaining on stack at end of block (at offset 0x4ac7)
This error occurs in debug and release configurations. Any ideas/help would be appreciated.
The text was updated successfully, but these errors were encountered:
Hello, I'm trying to build a rust program into wasm. My rust program compiles some C code and invokes it via
extern
/ffi. When I compile this program i'm getting the following error:This error occurs in debug and release configurations. Any ideas/help would be appreciated.
The text was updated successfully, but these errors were encountered: