Open rjzak opened 2 years ago
Letting wasmtime run coremark for over an hour has zero output, and adding --singlepass (as shown in the wasmer example) doesn't seem to have an impact. I don't know if this is a documentation issue, or a compilation issue.
wasmtime
--singlepass
wasmer
This is due to https://github.com/bytecodealliance/wasmtime/issues/2737
Letting
wasmtime
run coremark for over an hour has zero output, and adding--singlepass
(as shown in thewasmer
example) doesn't seem to have an impact. I don't know if this is a documentation issue, or a compilation issue.