Currently useless CodeValidator's method validate_program
#4462
Labels
C2-refactoring
Refactoring proposal
D5-tooling
Helper tools and utilities
D7-performance
Increase our node/runtime/programs execution work performance
File Location(s)
Source file:
utils/wasm-builder/src/code_validator.rs
Proposal
Currently, the validate_program method in the CodeValidator class is ineffective. All the parameters which are influnce to validation are set to None, and there is no actual validation of the program’s code being performed.
I propose to add something like
WasmProjectSetting
with fields like:code_validation: true
.It will help to increase performance in code postprocessing
Source:
utils/wasm-builder/src/wasm_project.rs
line 514:The text was updated successfully, but these errors were encountered: