You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
For implementing the pre-checking game we need to perform compilation process in a single-thread.
This should be passed as a bool parallel_compilation in sc_executor_wasmtime::Semantics, which will be passed into the same name configuration in wasmtime::Config.
The bool seems to be more fitting into Config rather than Semantics. But that only the naming issue I believe. Semantics dictate the compile time configuration and Config sets runtime behavior. The Semantics can be renamed as part of the PR.
For implementing the pre-checking game we need to perform compilation process in a single-thread.
This should be passed as a bool
parallel_compilation
insc_executor_wasmtime::Semantics
, which will be passed into the same name configuration inwasmtime::Config
.The bool seems to be more fitting into
Config
rather thanSemantics
. But that only the naming issue I believe.Semantics
dictate the compile time configuration andConfig
sets runtime behavior. TheSemantics
can be renamed as part of the PR.This is blocked by #9605
The text was updated successfully, but these errors were encountered: