Home
last modified time | relevance | path

Searched defs:module_bytes (Results 1 – 8 of 8) sorted by relevance

/wasmtime-44.0.1/crates/fuzzing/tests/oom/
H A Dmodule_read.rs8 let module_bytes = { in module_name() localVariable
28 let module_bytes = { in module_imports() localVariable
53 let module_bytes = { in module_exports() localVariable
78 let module_bytes = { in module_get_export() localVariable
101 let module_bytes = { in module_engine() localVariable
H A Dinstance.rs8 let module_bytes = { in call_exported_func() localVariable
46 let module_bytes = { in instance_new() localVariable
72 let module_bytes = { in instance_get_export() localVariable
96 let module_bytes = { in instance_exports() localVariable
125 let module_bytes = { in instance_get_func() localVariable
154 let module_bytes = { in instance_get_typed_func() localVariable
182 let module_bytes = { in instance_get_table() localVariable
207 let module_bytes = { in instance_get_memory() localVariable
232 let module_bytes = { in instance_get_global() localVariable
H A Dcaller.rs8 let module_bytes = { in caller_get_export() localVariable
48 let module_bytes = { in caller_data() localVariable
86 let module_bytes = { in caller_engine() localVariable
H A Dlinker.rs31 let module_bytes = { in linker_instantiate_pre() localVariable
110 let module_bytes = { in linker_instance() localVariable
156 let module_bytes = { in linker_get_by_import() localVariable
183 let module_bytes = { in linker_get_default() localVariable
H A Dfunc.rs40 let module_bytes = { in func_call() localVariable
71 let module_bytes = { in func_call_async() localVariable
105 let module_bytes = { in func_typed() localVariable
H A Dmodule.rs8 let module_bytes = { in module_deserialize() localVariable
H A Dinstance_pre.rs8 let module_bytes = { in instance_pre_instantiate() localVariable
/wasmtime-44.0.1/src/commands/
H A Drun.rs72 pub module_bytes: Option<&'static [u8]>, field