Home
last modified time | relevance | path

Searched refs:validate (Results 1 – 25 of 32) sorted by relevance

12

/wasmtime-44.0.1/crates/c-api/tests/
H A Dmodule.cc12 Module::validate(engine, wasm).unwrap(); in TEST()
H A Dsimple.cc35 Module::validate(engine, wasm).ok(); in TEST()
36 Module::validate(engine, emptyWasm).err(); in TEST()
/wasmtime-44.0.1/cranelift/assembler-x64/meta/src/dsl/
H A Dencoding.rs73 pub fn validate(&self, operands: &[Operand]) { in validate() method
75 Encoding::Rex(rex) => rex.validate(operands), in validate()
76 Encoding::Vex(vex) => vex.validate(operands), in validate()
77 Encoding::Evex(evex) => evex.validate(operands), in validate()
340 fn validate(&self, operands: &[Operand]) { in validate() method
1183 fn validate(&self, _operands: &[Operand]) { in validate() method
1355 fn validate(&self, _operands: &[Operand]) { in validate() method
/wasmtime-44.0.1/crates/wasi-preview1-component-adapter/verify/
H A DCargo.toml13 wasmparser = { workspace = true, features = ['std', 'validate'] }
/wasmtime-44.0.1/crates/c-api/src/
H A Dmodule.rs50 Module::validate(store.store.context().engine(), binary.as_slice()).is_ok() in wasm_module_validate()
181 handle_result(Module::validate(&engine.engine, binary), |()| {}) in wasmtime_module_validate()
/wasmtime-44.0.1/crates/fuzzing/src/
H A Dmutators.rs26 if wasmparser::validate(wasm).is_ok() { in wasm_mutate()
/wasmtime-44.0.1/crates/cache/src/config/
H A Dtests.rs469 .validate() in test_builder_default()
533 conf.validate().expect("validation failed"); in test_builder_all_settings()
/wasmtime-44.0.1/crates/c-api/include/wasmtime/
H A Dmodule.hh76 static Result<std::monostate> validate(Engine &engine, Span<uint8_t> wasm) { in validate() function in wasmtime::Module
/wasmtime-44.0.1/cranelift/assembler-x64/meta/src/
H A Ddsl.rs30 encoding.validate(&format.operands); in inst()
/wasmtime-44.0.1/crates/wizer/
H A DCargo.toml32 wasmparser = { workspace = true, features = ['validate', 'features'] }
/wasmtime-44.0.1/crates/cache/src/
H A Dconfig.rs342 config.validate()?; in from_file()
505 pub(crate) fn validate(&mut self) -> Result<()> { in validate() method
H A Dlib.rs55 config.validate()?; in new()
/wasmtime-44.0.1/crates/test-util/
H A DCargo.toml36 wasmparser = { workspace = true, features = ['validate', 'component-model', 'features'] }
/wasmtime-44.0.1/crates/fuzzing/src/generators/
H A Dstacks.rs422 validate(&wasm); in stacks_generates_valid_wasm_modules()
427 fn validate(wasm: &[u8]) { in validate() function
/wasmtime-44.0.1/crates/environ/
H A DCargo.toml28 wasmparser = { workspace = true, features = ['validate', 'serde', 'features'] }
/wasmtime-44.0.1/crates/wasi-preview1-component-adapter/
H A DREADME.md57 $ wasm-tools validate component.wasm --features component-model
/wasmtime-44.0.1/tests/all/
H A Dmodule.rs575 let result_parallel = Module::validate(&engine_parallel, &binary) in validate_deterministic()
580 let result_sequential = Module::validate(&engine_sequential, &binary) in validate_deterministic()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dparking_spot.rs107 validate: impl FnOnce() -> bool, in wait()
118 if !validate() { in wait()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dmodule.rs582 pub fn validate(engine: &Engine, binary: &[u8]) -> Result<()> { in validate() method
603 validator.into_validator(Default::default()).validate(&body) in validate()
/wasmtime-44.0.1/tests/
H A Dwasi.rs170 .validate(true) in run_test()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator/pooling/
H A Dtable_pool.rs62 pub fn validate(&self, module: &Module) -> Result<()> { in validate() method
/wasmtime-44.0.1/crates/wasi-preview1-component-adapter/provider/
H A DREADME.md47 .validate(true)
/wasmtime-44.0.1/docs/
H A Dsecurity-what-is-considered-a-security-vulnerability.md26 embedders themselves &mdash; and should always validate these values before
/wasmtime-44.0.1/cranelift/docs/
H A Dtesting.md190 Compute the dominator tree of each function and validate it against the
218 function through filecheck. This test command can be used to validate the
/wasmtime-44.0.1/crates/test-programs/artifacts/
H A Dbuild.rs250 .validate(true) in compile_component()

12