near / wasmtime

Standalone JIT-style runtime for WebAssembly, using Cranelift
https://wasmtime.dev/
Apache License 2.0
3 stars 4 forks source link

[filetests]: results pretty-print #247

Open MCJOHN974 opened 4 months ago

MCJOHN974 commented 4 months ago

Here I implemented pretty printing of error in case of test fail. Need some refactoring in and code style improvements but in general it works

MCJOHN974 commented 4 months ago

This pretty-print PR changes old assert to new one, so it should be merged after whole migrating