| /wasmtime-44.0.1/crates/wizer/.github/actions/binary-compatible-builds/ |
| H A D | action.yml | 1 name: 'Set up a CentOS 6 container to build releases in' 2 description: 'Set up a CentOS 6 container to build releases in'
|
| /wasmtime-44.0.1/crates/fuzzing/tests/oom/ |
| H A D | bforest_set.rs | 2 use cranelift_bforest::{Set, SetForest}; 10 let mut set = Set::new(); in bforest_set()
|
| /wasmtime-44.0.1/cranelift/bforest/src/ |
| H A D | set.rs | 69 pub struct Set<K> struct 77 impl<K> Set<K> argument 191 impl<K> Default for Set<K> implementation 221 fn new(container: &'a mut Set<K>, forest: &'a mut SetForest<K>, comp: &'a C) -> Self { in new() 389 let mut s = Set::<u32>::new(); in empty() 410 let mut s = Set::<u32>::new(); in simple_cursor() 452 let mut s = Set::<u32>::new(); in two_level_sparse_tree() 498 let mut s = Set::<u32>::new(); in three_level_sparse_tree() 550 fn dense4l(f: &mut SetForest<i32>) -> Set<i32> { in dense4l() 552 let mut s = Set::new(); in dense4l()
|
| H A D | lib.rs | 36 pub use self::set::{Set, SetCursor, SetForest, SetIter};
|
| /wasmtime-44.0.1/crates/wasi-tls/src/p3/wit/deps/tls/ |
| H A D | client.wit | 7 /// Set up the encryption stream transform. 13 /// Set up the decryption stream transform.
|
| /wasmtime-44.0.1/ci/ |
| H A D | build-test-matrix.js | 222 const buckets = Array.from({ length: GENERIC_BUCKETS }, _ => new Set()); 230 buckets.push(new Set([crate]));
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/riscv64/ |
| H A D | inst_vector.isle | 1237 ;; Helper for emitting the `vmseq.vv` (Vector Mask Set If Equal) instruction. 1242 ;; Helper for emitting the `vmseq.vx` (Vector Mask Set If Equal) instruction. 1247 ;; Helper for emitting the `vmseq.vi` (Vector Mask Set If Equal) instruction. 1252 ;; Helper for emitting the `vmsne.vv` (Vector Mask Set If Not Equal) instruction. 1257 ;; Helper for emitting the `vmsne.vx` (Vector Mask Set If Not Equal) instruction. 1262 ;; Helper for emitting the `vmsne.vi` (Vector Mask Set If Not Equal) instruction. 1277 ;; Helper for emitting the `vmslt.vv` (Vector Mask Set If Less Than) instruction. 1282 ;; Helper for emitting the `vmslt.vx` (Vector Mask Set If Less Than) instruction. 1357 ;; Helper for emitting the `vmfeq.vv` (Vector Mask Set If Float Equal) instruction. 1362 ;; Helper for emitting the `vmfeq.vf` (Vector Mask Set If Float Equal) instruction. [all …]
|
| H A D | inst.isle | 495 ;; RV64I Base Instruction Set (in addition to RV32I) 732 ;; Atomic Read and Set Bits in CSR 741 ;; Atomic Read and Set Bits in CSR (Immediate Source) 1077 ;; RV32I Base Integer Instruction Set 1181 ;; Helper for emitting the `slt` ("Set Less Than") instruction. 1187 ;; Helper for emitting the `sltu` ("Set Less Than Unsigned") instruction. 1199 ;; Helper for emitting the `slti` ("Set Less Than Immediate") instruction. 1205 ;; Helper for emitting the `sltiu` ("Set Less Than Immediate Unsigned") instruction. 1218 ;; RV64I Base Integer Instruction Set 1781 ;; Helper for emitting the `bseti` ("Single-Bit Set Immediate") instruction. [all …]
|
| /wasmtime-44.0.1/crates/debugger/wit/ |
| H A D | world.wit | 246 /// Set a u8 (byte) at an address. Returns `none` if out-of-bounds. 248 /// Set a u16 (in little endian order) at an address. 250 /// Set a u32 (in little endian order) at an address. 252 /// Set a u64 (in little endian order) at an address. 266 /// Set the value of this global. 283 /// Set the value at the Nth slot.
|
| /wasmtime-44.0.1/tests/misc_testsuite/ |
| H A D | many_table_gets_lead_to_gc.wast | 21 ;; Set the table element back into the table, just so that the element is
|
| /wasmtime-44.0.1/docs/js/ |
| H A D | index.js | 49 channels = [...new Set(channels)];
|
| /wasmtime-44.0.1/crates/wasi-http/src/p3/wit/deps/ |
| H A D | http.wit | 212 /// Set all of the values for a name. Clears any existing values for that 291 /// Set the Method for the Request. Fails if the string present in a 297 /// Set the combination of the HTTP Path and Query for the Request. When 304 /// Set the HTTP Related Scheme for the Request. When `none`, the 312 /// Set the authority of the Request's target URI. A value of `none` may be used 358 /// Set the timeout for the initial connect to the HTTP Server. An error 364 /// Set the timeout for receiving the first byte of the Response body. An 371 /// Set the timeout for receiving subsequent chunks of bytes in the Response 403 /// Set the HTTP Status Code for the Response. Fails if the status-code
|
| H A D | filesystem.wit | 174 /// Set the timestamp to the current time of the system clock associated 177 /// Set the timestamp to the given value.
|
| /wasmtime-44.0.1/crates/wasi-http/wit/deps/ |
| H A D | http.wit | 194 /// Set all of the values for a name. Clears any existing values for that 304 /// Set the Method for the Request. Fails if the string present in a 312 /// Set the combination of the HTTP Path and Query for the Request. 321 /// Set the HTTP Related Scheme for the Request. When `none`, the 331 /// Set the authority of the Request's target URI. A value of `none` may be used 363 /// Set the timeout for the initial connect to the HTTP Server. An error 370 /// Set the timeout for receiving the first byte of the Response body. An 378 /// Set the timeout for receiving subsequent chunks of bytes in the Response 404 /// Set the value of the `response-outparam` to either send a response, 523 /// Set the HTTP Status Code for the Response. Fails if the status-code
|
| H A D | filesystem.wit | 165 /// Set the timestamp to the current time of the system clock associated 168 /// Set the timestamp to the given value.
|
| /wasmtime-44.0.1/benches/wasi/ |
| H A D | read-file.wat | 13 ;; Set up the iovec list; the memory usage for this module should be:
|
| /wasmtime-44.0.1/crates/wasi-keyvalue/wit/deps/keyvalue/ |
| H A D | batch.wit | 34 /// Set the values associated with the keys in the store. If the key already exists in the
|
| H A D | store.wit | 81 /// Set the value associated with the key in the store. If the key already
|
| /wasmtime-44.0.1/cranelift/codegen/src/ |
| H A D | flowgraph.rs | 65 pub successors: bforest::Set<Block>,
|
| /wasmtime-44.0.1/crates/c-api/ |
| H A D | CMakeLists.txt | 8 option(WASMTIME_FASTEST_RUNTIME "Set flags designed to optimize runtime performance" OFF)
|
| H A D | doxygen.conf.in | 106 # documentation (similar to Javadoc). Set to NO to disable this. 221 # to treat a multi-line C++ comment block as a detailed description. Set this 282 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or 290 # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran 296 # Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL 302 # Set the OPTIMIZE_OUTPUT_SLICE tag to YES if your project consists of Slice 376 # Set the SIP_SUPPORT tag to YES if your project consists of sip (see: 411 # type (e.g. under the Public Functions section). Set it to NO to prevent 578 # will be excluded. Set it to YES to include the internal documentation. 1117 # specified. Set to NO to disable this. [all …]
|
| /wasmtime-44.0.1/tests/misc_testsuite/component-model-threading/ |
| H A D | threading-builtins.wast | 29 ;; Set the global to the context value
|
| H A D | stackful-cancellation.wast | 131 ;; Set up the arguments for the wake-for-suspend thread start function. 155 ;; Set up the arguments for the wake-for-suspend thread start function. 260 … ;; Set up return value storage for run-suspend/suspend-to-suspended and waitable-set.wait
|
| /wasmtime-44.0.1/crates/debugger/wit/deps/ |
| H A D | filesystem.wit | 165 /// Set the timestamp to the current time of the system clock associated 168 /// Set the timestamp to the given value.
|
| /wasmtime-44.0.1/crates/wasi/src/p2/wit/deps/ |
| H A D | filesystem.wit | 165 /// Set the timestamp to the current time of the system clock associated 168 /// Set the timestamp to the given value.
|