| /wasmtime-44.0.1/crates/wasi/src/ |
| H A D | view.rs | 39 fn ctx(&mut self) -> WasiCtxView<'_>; in ctx() 44 pub struct WasiCtxView<'a> { struct 53 let WasiCtxView { ctx, table } = self.ctx(); in cli() argument 63 let WasiCtxView { ctx, table } = self.ctx(); in clocks() localVariable 73 let WasiCtxView { ctx, table } = self.ctx(); in filesystem() localVariable 89 let WasiCtxView { ctx, table } = self.ctx(); in sockets() localVariable
|
| H A D | lib.rs | 58 pub use self::view::{WasiCtxView, WasiView};
|
| H A D | p1.rs | 76 use crate::{ResourceTable, WasiCtx, WasiCtxView, WasiView}; 233 fn ctx(&mut self) -> WasiCtxView<'_> { in ctx() 234 WasiCtxView { in ctx()
|
| /wasmtime-44.0.1/crates/misc/component-async-tests/src/ |
| H A D | lib.rs | 4 use wasmtime_wasi::{WasiCtx, WasiCtxView, WasiView}; 25 fn ctx(&mut self) -> WasiCtxView<'_> { in ctx() 26 WasiCtxView { in ctx()
|
| /wasmtime-44.0.1/examples/wasip2-async/ |
| H A D | main.rs | 13 use wasmtime_wasi::{WasiCtx, WasiCtxView, WasiView}; 25 fn ctx(&mut self) -> WasiCtxView<'_> { in ctx() 26 WasiCtxView { in ctx()
|
| /wasmtime-44.0.1/crates/wasi-keyvalue/tests/ |
| H A D | main.rs | 7 use wasmtime_wasi::{WasiCtx, WasiCtxView, WasiView, p2::bindings::Command}; 17 fn ctx(&mut self) -> WasiCtxView<'_> { in ctx() 18 WasiCtxView { in ctx()
|
| /wasmtime-44.0.1/crates/wasi-config/tests/ |
| H A D | main.rs | 8 use wasmtime_wasi::{WasiCtx, WasiCtxBuilder, WasiCtxView, WasiView}; 18 fn ctx(&mut self) -> WasiCtxView<'_> { in ctx() 19 WasiCtxView { in ctx()
|
| /wasmtime-44.0.1/examples/wasip2/ |
| H A D | main.rs | 12 use wasmtime_wasi::{WasiCtx, WasiCtxView, WasiView}; 24 fn ctx(&mut self) -> WasiCtxView<'_> { in ctx() 25 WasiCtxView { in ctx()
|
| /wasmtime-44.0.1/crates/wasi-nn/tests/exec/ |
| H A D | wit.rs | 7 use wasmtime_wasi::{DirPerms, FilePerms, WasiCtx, WasiCtxView}; 65 fn ctx(&mut self) -> WasiCtxView<'_> { in ctx() 66 WasiCtxView { in ctx()
|
| /wasmtime-44.0.1/crates/wasi/tests/all/ |
| H A D | store.rs | 6 DirPerms, FilePerms, WasiCtx, WasiCtxBuilder, WasiCtxView, WasiView, p2::pipe::MemoryOutputPipe, 88 fn ctx(&mut self) -> WasiCtxView<'_> { in ctx() 89 WasiCtxView { in ctx()
|
| /wasmtime-44.0.1/crates/wasi-tls/tests/p3/ |
| H A D | mod.rs | 6 use wasmtime_wasi::{WasiCtx, WasiCtxView, WasiView, p3::bindings::Command}; 16 fn ctx(&mut self) -> WasiCtxView<'_> { in ctx() 17 WasiCtxView { in ctx()
|
| /wasmtime-44.0.1/crates/wasi-tls/tests/p2/ |
| H A D | mod.rs | 6 use wasmtime_wasi::{WasiCtx, WasiCtxView, WasiView, p2::bindings::Command}; 18 fn ctx(&mut self) -> WasiCtxView<'_> { in ctx() 19 WasiCtxView { in ctx()
|
| /wasmtime-44.0.1/examples/resource-component/ |
| H A D | main.rs | 16 use wasmtime_wasi::{WasiCtx, WasiCtxView, WasiView}; 28 fn ctx(&mut self) -> WasiCtxView<'_> { in ctx() 29 WasiCtxView { in ctx()
|
| /wasmtime-44.0.1/crates/wasi/tests/all/p2/ |
| H A D | api.rs | 10 DirPerms, FilePerms, HostMonotonicClock, HostWallClock, WasiCtx, WasiCtxBuilder, WasiCtxView, 20 fn ctx(&mut self) -> WasiCtxView<'_> { in ctx() 21 WasiCtxView { in ctx()
|
| /wasmtime-44.0.1/crates/misc/component-async-tests/tests/scenario/ |
| H A D | round_trip.rs | 15 use wasmtime_wasi::{WasiCtx, WasiCtxBuilder, WasiCtxView, WasiView}; 258 fn ctx(&mut self) -> WasiCtxView<'_> { in test_round_trip_recurse() 259 WasiCtxView { in test_round_trip_recurse()
|
| /wasmtime-44.0.1/crates/wasi-http/tests/all/ |
| H A D | p2.rs | 16 use wasmtime_wasi::{WasiCtx, WasiCtxView, WasiView, p2::pipe::MemoryOutputPipe}; 47 fn ctx(&mut self) -> WasiCtxView<'_> { in ctx() 48 WasiCtxView { in ctx()
|
| /wasmtime-44.0.1/crates/wasi-http/src/p3/ |
| H A D | request.rs | 489 use wasmtime_wasi::{ResourceTable, WasiCtx, WasiCtxBuilder, WasiCtxView, WasiView}; 508 fn ctx(&mut self) -> WasiCtxView<'_> { in ctx() 509 WasiCtxView { in ctx()
|
| /wasmtime-44.0.1/crates/wasi-http/tests/all/p3/ |
| H A D | mod.rs | 21 use wasmtime_wasi::{TrappableError, WasiCtx, WasiCtxBuilder, WasiCtxView, WasiView}; 104 fn ctx(&mut self) -> WasiCtxView<'_> { in ctx() 105 WasiCtxView { in ctx()
|
| /wasmtime-44.0.1/crates/c-api/src/ |
| H A D | store.rs | 104 fn ctx(&mut self) -> wasmtime_wasi::WasiCtxView<'_> { in ctx()
|
| /wasmtime-44.0.1/src/commands/ |
| H A D | serve.rs | 30 use wasmtime_wasi::{WasiCtx, WasiCtxBuilder, WasiCtxView, WasiView}; 73 fn ctx(&mut self) -> WasiCtxView<'_> { in ctx() 74 WasiCtxView { in ctx()
|
| H A D | run.rs | 21 use wasmtime_wasi::{WasiCtxView, WasiView}; 1522 fn ctx(&mut self) -> WasiCtxView<'_> { in ctx()
|
| /wasmtime-44.0.1/crates/fuzzing/src/oracles/ |
| H A D | component_async.rs | 21 use wasmtime_wasi::{WasiCtx, WasiCtxView, WasiView}; 131 fn ctx(&mut self) -> WasiCtxView<'_> { in ctx() 132 WasiCtxView { in ctx()
|