We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae22bcf commit e467747Copy full SHA for e467747
vlib/wasm/tests/common.v
@@ -24,6 +24,7 @@ fn find_wasm_validate() !string {
24
return error('could not find wasm-validate executable in thirdparty/ as well, try first `v run cmd/tools/install_wabt.vsh`')
25
}
26
27
+// validate validates the given wasm code using `wasm-validate` executable.
28
pub fn validate(code []u8) ! {
29
println('validating using: ${wasm_validate_exe}')
30
outfile := os.join_path(os.temp_dir(), 'code_${pid}.wasm')
0 commit comments