https://gitlab.com/tezos/tezos
Revision f50b7a340058e63f0807d4d64ebb17947f4c262a authored by Pierrick Couderc on 16 May 2023, 08:47:16 UTC, committed by Pierrick Couderc on 16 May 2023, 15:16:37 UTC
When the evaluation fails for any reason the Fast Execution fallbacks to the PVM
to ensure the error is kernel related and not an issue with Wasmer. From the
user perspective it looks like `kernel_run` is run twice since the debug
messages are printed twice.
1 parent 390ed13
History
Tip revision: f50b7a340058e63f0807d4d64ebb17947f4c262a authored by Pierrick Couderc on 16 May 2023, 08:47:16 UTC
WASM/Fast: print a message in the debug channel on failure
Tip revision: f50b7a3
File Mode Size
.github
.gitlab
_coverage_output
devtools
docs
emacs
manifest
michelson_test_scripts
nix
opam
script-inputs
scripts
src
tezt
vendors
.dockerignore -rw-r--r-- 1.1 KB
.gitattributes -rw-r--r-- 369 bytes
.gitignore -rw-r--r-- 1.5 KB
.gitlab-ci.yml -rw-r--r-- 6.3 KB
.npmrc -rw-r--r-- 62 bytes
.ocamlformat -rw-r--r-- 388 bytes
.pylintrc -rw-r--r-- 17.4 KB
CHANGES.rst -rw-r--r-- 3.8 KB
CODEOWNERS -rw-r--r-- 4.0 KB
Dockerfile -rw-r--r-- 4.1 KB
LICENSE -rw-r--r-- 1.3 KB
Makefile -rw-r--r-- 17.2 KB
README.md -rw-r--r-- 3.5 KB
build.Dockerfile -rw-r--r-- 1.9 KB
contributing.md -rw-r--r-- 2.2 KB
default.nix -rw-r--r-- 3.4 KB
dune -rw-r--r-- 903 bytes
dune-project -rw-r--r-- 11.5 KB
dune-workspace -rw-r--r-- 506 bytes
kernels.mk -rw-r--r-- 1.3 KB
package-lock.json -rw-r--r-- 1.9 KB
package.json -rw-r--r-- 343 bytes
poetry.lock -rw-r--r-- 35.9 KB
pyproject.toml -rw-r--r-- 1.0 KB
rust-toolchain -rw-r--r-- 6 bytes
shell.nix -rw-r--r-- 2.9 KB

README.md

back to top