mirror of https://github.com/WebAssembly/wasi-sdk
Run tests under wasmtime as part of the CI (#278)
parent
388a7cacbf
commit
b77017ac55
@ -1,6 +1,6 @@
|
|||||||
Error: failed to run main module `abort.c.---.wasm`
|
Error: failed to run main module `abort.c.---.wasm`
|
||||||
|
|
||||||
Caused by:
|
Caused by:
|
||||||
0: failed to invoke `_start`
|
0: failed to invoke command default
|
||||||
1: wasm trap: unreachable, source location: @----
|
1: wasm trap: wasm `unreachable` instruction executed
|
||||||
wasm backtrace:
|
wasm backtrace:
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
raising SIGABRT...
|
raising SIGABRT...
|
||||||
Program recieved fatal signal: Aborted
|
Program received fatal signal: Aborted
|
||||||
Error: failed to run main module `sigabrt.c.---.wasm`
|
Error: failed to run main module `sigabrt.c.---.wasm`
|
||||||
|
|
||||||
Caused by:
|
Caused by:
|
||||||
0: failed to invoke `_start`
|
0: failed to invoke command default
|
||||||
1: wasm trap: unreachable, source location: @----
|
|
||||||
wasm backtrace:
|
|
||||||
|
Loading…
Reference in new issue