| /wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/sys/unix/ |
| H A D | unwind.rs | 90 let mut current = start; in new() localVariable 93 while current < end { in new() 94 let len = current.cast::<u32>().read_unaligned() as usize; in new() 97 if current != start { in new() 98 __register_frame(current); in new() 99 let cur = NonNull::new(current.cast_mut()).unwrap(); in new() 105 current = current.add(len + 4); in new()
|
| /wasmtime-44.0.1/tests/ |
| H A D | rlimited-memory.rs | 9 current: usize, field 17 current: usize, in memory_growing() 21 self.current = current; in memory_growing() 87 assert_eq!(store.data().current, 0); in custom_limiter_detect_os_oom_failure() 102 assert_eq!(store.data().current, 10 * 64 * 1024); in custom_limiter_detect_os_oom_failure()
|
| /wasmtime-44.0.1/cranelift/jit/src/memory/ |
| H A D | system.rs | 121 current: PtrLen, field 132 current: PtrLen::new(), in new() 139 .push(mem::replace(&mut self.current, PtrLen::new())); in finish_current() 150 if size <= self.current.len - self.position { in allocate() 152 let ptr = unsafe { self.current.ptr.add(self.position) }; in allocate() 160 self.current = PtrLen::with_size(size)?; in allocate() 163 Ok(self.current.ptr) in allocate()
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/ |
| H A D | limits.rs | 71 current: usize, in memory_growing() 108 current: usize, in table_growing() 177 current: usize, in memory_growing() 191 current: usize, in table_growing()
|
| /wasmtime-44.0.1/examples/ |
| H A D | threads.rs | 24 println!("> Hello from {:?}", thread::current().id()); in main() 63 println!("> Moving {:?} to a new thread", thread::current().id()); in run()
|
| /wasmtime-44.0.1/crates/wast/src/ |
| H A D | wast.rs | 20 current: Option<InstanceKind>, field 120 current: None, in new() 179 .current in get_export() 346 self.current = Some(InstanceKind::Core(instance)); in module() 378 self.current = Some(InstanceKind::Component(store, instance)); in module() 445 let current = self in register() localVariable 446 .current in register() 449 match current { in register() 450 InstanceKind::Core(current) => { in register() 452 .instance(&mut self.core_store, as_name, *current)?; in register() [all …]
|
| /wasmtime-44.0.1/tests/all/ |
| H A D | limits.rs | 401 current: usize, in memory_growing() 513 current: usize, in memory_growing() 641 current: usize, in table_growing() 717 current: usize, in memory_growing() 721 self.memory_current = current; in memory_growing() 731 current: usize, in table_growing() 735 self.table_current = current; in table_growing() 824 current: usize, in memory_growing() 830 self.memory_current = current; in memory_growing() 841 current: usize, in table_growing() [all …]
|
| /wasmtime-44.0.1/crates/wasi/src/p3/wit/deps/ |
| H A D | clocks.wit | 29 /// Read the current value of the clock. 55 /// WASI System Clock is a clock API intended to let users query the current 64 /// It is intended for reporting the current date and time for humans. 91 /// Read the current value of the clock. 119 /// and UTC, or determining the current timezone fails, or the timezone does 134 /// and UTC, or determining the current timezone fails, this returns
|
| /wasmtime-44.0.1/crates/wasi-http/src/p3/wit/deps/ |
| H A D | clocks.wit | 29 /// Read the current value of the clock. 55 /// WASI System Clock is a clock API intended to let users query the current 64 /// It is intended for reporting the current date and time for humans. 91 /// Read the current value of the clock. 119 /// and UTC, or determining the current timezone fails, or the timezone does 134 /// and UTC, or determining the current timezone fails, this returns
|
| /wasmtime-44.0.1/crates/wizer/src/component/ |
| H A D | info.rs | 153 let current = *count; in inc() localVariable 155 current in inc()
|
| /wasmtime-44.0.1/cranelift/codegen/src/machinst/ |
| H A D | mod.rs | 318 (current, CallType::None) => current, in update() 323 (current, CallType::TailCall) => current, in update()
|
| /wasmtime-44.0.1/crates/debugger/wit/ |
| H A D | world.wit | 60 /// from the current function. 77 /// from the current function. 86 /// Get the current exit frames for each activation. 111 /// Wasm machine semantics and current machine state. 115 /// Wasm function, it can force an early return from the current function, 128 /// Inject a call to a Wasm function at the current point, as-if 141 /// Resume as-if an exception were thrown at the current point. 143 /// Force a return from the current function frame, with the given 220 /// Get the current memory size, in bytes. 277 /// Get the current length of this table, in elements.
|
| /wasmtime-44.0.1/docs/ |
| H A D | stability-release.md | 5 documentation for the current process as-is today. 33 In more visual form this is a gantt chart of the current release trains: 98 if the current version is 39.0.0 then a security issue would issue a new release 101 * 39.0.x - the current release 103 * 36.0.x - the current LTS release 116 Cranelift, even those that Wasmtime itself may not exercise. Due to the current
|
| H A D | examples-interrupting-wasm.md | 13 * **Raise a trap:** This terminates the current Wasm program, and it is not 16 * **Async yield:** This pauses the current Wasm program, yields control back to
|
| /wasmtime-44.0.1/crates/debugger/wit/deps/ |
| H A D | clocks.wit | 26 /// Read the current value of the clock. 49 /// WASI Wall Clock is a clock API intended to let users query the current 62 /// It is intended for reporting the current date and time for humans. 72 /// Read the current value of the clock.
|
| /wasmtime-44.0.1/crates/wasi/src/p2/wit/deps/ |
| H A D | clocks.wit | 26 /// Read the current value of the clock. 49 /// WASI Wall Clock is a clock API intended to let users query the current 62 /// It is intended for reporting the current date and time for humans. 72 /// Read the current value of the clock.
|
| H A D | cli.wit | 20 /// Return a path that programs should use as their initial current working 28 /// Exit the current instance and any linked instances. 32 /// Exit the current instance and any linked instances, reporting the
|
| /wasmtime-44.0.1/crates/wasi-http/wit/deps/ |
| H A D | clocks.wit | 26 /// Read the current value of the clock. 49 /// WASI Wall Clock is a clock API intended to let users query the current 62 /// It is intended for reporting the current date and time for humans. 72 /// Read the current value of the clock.
|
| /wasmtime-44.0.1/ci/ |
| H A D | build-src-tarball.sh | 8 tag=v$(./ci/print-current-version.sh)
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/component/ |
| H A D | resources.rs | 309 let current = self.task_state.current_call_context_scope_id()?; in validate_scope_exit() localVariable 310 let cx = self.task_state.call_context(current)?; in validate_scope_exit()
|
| /wasmtime-44.0.1/.github/actions/fetch-run-id/ |
| H A D | action.yml | 2 description: 'Fetch the main.yml run id for the current commit'
|
| /wasmtime-44.0.1/.github/workflows/ |
| H A D | release-process.yml | 60 # Push the current contents of `main` to a new release branch 61 cur=$(./ci/print-current-version.sh) 67 num=$(./ci/print-current-version.sh) 69 # Remove all release notes for the current version now that the 163 num=$(./ci/print-current-version.sh)
|
| /wasmtime-44.0.1/cranelift/filetests/filetests/runtests/ |
| H A D | return-call-loop.clif | 24 ;; current SP and the first loop iteration's SP. 57 ;; current SP and the first loop iteration's SP. 90 ;; current SP and the first loop iteration's SP.
|
| /wasmtime-44.0.1/benches/wasi/ |
| H A D | get-current-time.wat | 8 ;; Retrieve the current time with the following parameters:
|
| /wasmtime-44.0.1/winch/codegen/src/isa/ |
| H A D | mod.rs | 304 let current = *index; in increment() localVariable 308 Some(current) in increment()
|