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`
|
||||
|
||||
Caused by:
|
||||
0: failed to invoke `_start`
|
||||
1: wasm trap: unreachable, source location: @----
|
||||
0: failed to invoke command default
|
||||
1: wasm trap: wasm `unreachable` instruction executed
|
||||
wasm backtrace:
|
||||
|
@ -1,8 +1,6 @@
|
||||
raising SIGABRT...
|
||||
Program recieved fatal signal: Aborted
|
||||
Program received fatal signal: Aborted
|
||||
Error: failed to run main module `sigabrt.c.---.wasm`
|
||||
|
||||
Caused by:
|
||||
0: failed to invoke `_start`
|
||||
1: wasm trap: unreachable, source location: @----
|
||||
wasm backtrace:
|
||||
0: failed to invoke command default
|
||||
|
Loading…
Reference in new issue