Home
last modified time | relevance | path

Searched refs:wasm_binary (Results 1 – 3 of 3) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/compile/
H A Dcode_builder.rs102 pub fn wasm_binary( in wasm_binary() method
146 self.wasm_binary(wasm_bytes, wasm_path) in wasm_binary_or_text()
172 self.wasm_binary(wasm, Some(file)) in wasm_binary_file()
191 self.wasm_binary(wasm, Some(file)) in wasm_binary_or_text_file()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dcomponent.rs197 .wasm_binary(binary, None)? in from_binary()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dmodule.rs326 .wasm_binary(binary, None)? in from_binary()