Searched refs:Functions (Results 1 – 15 of 15) sorted by relevance
| /wasmtime-44.0.1/crates/wasmtime/src/compile/ |
| H A D | stratify.rs | 198 struct Functions { struct 202 impl Default for Functions { implementation 211 impl Graph<Function> for Functions { implementation 231 impl Functions { impl 299 Functions::default() in test_disconnected_functions() 311 Functions::default() in test_chained_functions() 324 Functions::default() in test_cycle() 348 Functions::default() in test_tree() 375 Functions::default() in test_chain_of_cycles() 409 Functions::default() in test_multiple_edges_to_same_component()
|
| /wasmtime-44.0.1/docs/ |
| H A D | examples-async.md | 1 # Asynchronous Host Functions
|
| H A D | SUMMARY.md | 25 - [Async Host Functions](./examples-async.md)
|
| H A D | contributing-conditional-compilation.md | 211 type or function is defined, not when it's used. Functions and types can be
|
| /wasmtime-44.0.1/cranelift/module/src/ |
| H A D | module.rs | 533 Functions, enumerator 550 1u64 => Ok(ModuleDeclarationsField::Functions), in visit_u64() 559 "functions" => Ok(ModuleDeclarationsField::Functions), in visit_str() 568 b"functions" => Ok(ModuleDeclarationsField::Functions), in visit_bytes() 642 ModuleDeclarationsField::Functions => { in visit_map()
|
| /wasmtime-44.0.1/crates/environ/src/ |
| H A D | module.rs | 275 Functions(Box<[FuncIndex]>), enumerator 284 Self::Functions(s) => u64::try_from(s.len()).unwrap(), in len()
|
| /wasmtime-44.0.1/ |
| H A D | ADOPTERS.md | 19 …on](https://img.shields.io/badge/-production-blue?style=flat) | Shopify Functions allow developers…
|
| /wasmtime-44.0.1/crates/environ/src/compile/ |
| H A D | module_environ.rs | 524 ElementItems::Functions(funcs) => { in translate_payload() 532 TableSegmentElements::Functions(elems.into()) in translate_payload() 1311 TableSegmentElements::Functions(indices) => indices, in try_func_table_init()
|
| /wasmtime-44.0.1/crates/fuzzing/src/generators/ |
| H A D | stacks.rs | 229 elems.declared(wasm_encoder::Elements::Functions( in wasm()
|
| /wasmtime-44.0.1/cranelift/docs/ |
| H A D | ir.md | 387 Functions that are called directly must be declared in the [function preamble]: 748 - The number of arguments and return values. (Functions can return 763 - Functions that are called directly.
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/ |
| H A D | libcalls.rs | 1002 TableSegmentElements::Functions(fs) => { in array_new_elem() 1105 TableSegmentElements::Functions(fs) => fs in array_init_elem()
|
| H A D | instance.rs | 1011 TableSegmentElements::Functions(funcs) => { in table_init_segment()
|
| /wasmtime-44.0.1/cranelift/isle/docs/ |
| H A D | language-reference.md | 1102 ### Mapping to Rust: Constructors, Functions, and Control Flow 1289 ### Exported Interface: Functions and Context Trait
|
| /wasmtime-44.0.1/crates/c-api/ |
| H A D | doxygen.conf.in | 411 # type (e.g. under the Public Functions section). Set it to NO to prevent
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/s390x/ |
| H A D | inst.isle | 1604 ;; This will be a property of the function ABI. Functions using the
|