Home
last modified time | relevance | path

Searched refs:WasiCtxView (Results 1 – 22 of 22) sorted by relevance

/wasmtime-44.0.1/crates/wasi/src/
H A Dview.rs39 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 Dlib.rs58 pub use self::view::{WasiCtxView, WasiView};
H A Dp1.rs76 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 Dlib.rs4 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 Dmain.rs13 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 Dmain.rs7 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 Dmain.rs8 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 Dmain.rs12 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 Dwit.rs7 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 Dstore.rs6 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 Dmod.rs6 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 Dmod.rs6 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 Dmain.rs16 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 Dapi.rs10 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 Dround_trip.rs15 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 Dp2.rs16 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 Drequest.rs489 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 Dmod.rs21 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 Dstore.rs104 fn ctx(&mut self) -> wasmtime_wasi::WasiCtxView<'_> { in ctx()
/wasmtime-44.0.1/src/commands/
H A Dserve.rs30 use wasmtime_wasi::{WasiCtx, WasiCtxBuilder, WasiCtxView, WasiView};
73 fn ctx(&mut self) -> WasiCtxView<'_> { in ctx()
74 WasiCtxView { in ctx()
H A Drun.rs21 use wasmtime_wasi::{WasiCtxView, WasiView};
1522 fn ctx(&mut self) -> WasiCtxView<'_> { in ctx()
/wasmtime-44.0.1/crates/fuzzing/src/oracles/
H A Dcomponent_async.rs21 use wasmtime_wasi::{WasiCtx, WasiCtxView, WasiView};
131 fn ctx(&mut self) -> WasiCtxView<'_> { in ctx()
132 WasiCtxView { in ctx()