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
* fix: ensure Go programs built with tinygo >= 0.35.0 run
WASI programs built by tinygo have to be written with a `main` function, even if it's empty.
Starting from tinygo >= 0.35.0, the `main` function calls the WASI process exit function,
which is handled by wasmtime as an Error.
We must check if this error can be converted into a WASI exit
error and, if the exit code is 0, we can ignore it. Otherwise the waPC initialization
will fail.
Signed-off-by: Flavio Castelli <fcastelli@suse.com>
* wasmtime-provider: tag patch release
- fix: tinygo 0.35.0 programs do not run
Signed-off-by: Flavio Castelli <fcastelli@suse.com>
---------
Signed-off-by: Flavio Castelli <fcastelli@suse.com>
0 commit comments