Home
last modified time | relevance | path

Searched refs:docs (Results 1 – 25 of 114) sorted by relevance

12345

/wasmtime-44.0.1/cranelift/docs/
H A Dindex.md16 - [cranelift](https://docs.rs/cranelift)
20 - [cranelift-codegen](https://docs.rs/cranelift-codegen)
25 - [cranelift-codegen-meta](https://docs.rs/cranelift-codegen-meta)
29 - [cranelift-frontend](https://docs.rs/cranelift-frontend)
32 - [cranelift-native](https://docs.rs/cranelift-native)
36 - [cranelift-reader](https://docs.rs/cranelift-reader)
40 - [cranelift-module](https://docs.rs/cranelift-module)
44 - [cranelift-object](https://docs.rs/cranelift-object)
49 - [cranelift-jit](https://docs.rs/cranelift-jit)
/wasmtime-44.0.1/docs/
H A Dexamples-fast-instantiation.md20 [`wasmtime::PoolingAllocationConfig`](https://docs.rs/wasmtime/latest/wasmtime/struct.PoolingAlloca…
21 [`wasmtime::InstanceAllocationStrategy`](https://docs.rs/wasmtime/latest/wasmtime/enum.InstanceAllo…
23 [`wasmtime::Config::allocation_strategy`](https://docs.rs/wasmtime/latest/wasmtime/struct.Config.ht…
34 See the API docs for
35 [`wasmtime::Config::memory_init_cow`](https://docs.rs/wasmtime/latest/wasmtime/struct.Config.html#m…
49 See the API docs for
50 [`wasmtime::InstancePre`](https://docs.rs/wasmtime/latest/wasmtime/struct.InstancePre.html),
51 [`wasmtime::Linker::instantiate_pre`](https://docs.rs/wasmtime/latest/wasmtime/struct.Linker.html#m…
52 [`wasmtime::component::InstancePre`](https://docs.rs/wasmtime/latest/wasmtime/component/struct.Inst…
54 [`wasmtime::component::Linker::instantiate_pre`](https://docs.rs/wasmtime/latest/wasmtime/component…
H A Dexamples-interrupting-wasm.md39 See these API docs for more details:
41 * [`wasmtime::Config::consume_fuel`](https://docs.rs/wasmtime/latest/wasmtime/struct.Config.html#me…
42 * [`wasmtime::Config::set_fuel`](https://docs.rs/wasmtime/latest/wasmtime/struct.Store.html#method.…
43 * [`wasmtime::Config::fuel_async_yield_interval`](https://docs.rs/wasmtime/latest/wasmtime/struct.S…
61 See these API docs for more details:
63 * [`wasmtime::Config::epoch_interruption`](https://docs.rs/wasmtime/latest/wasmtime/struct.Config.h…
64 * [`wasmtime::Config::epoch_deadline_trap`](https://docs.rs/wasmtime/latest/wasmtime/struct.Store.h…
65 * [`wasmtime::Config::epoch_deadline_callback`](https://docs.rs/wasmtime/latest/wasmtime/struct.Sto…
66 * [`wasmtime::Config::epoch_deadline_async_yield_and_update`](https://docs.rs/wasmtime/latest/wasmt…
H A Dexamples-fast-compilation.md16 See these API docs for more details:
18 * [`wasmtime::Config::cache`](https://docs.rs/wasmtime/latest/wasmtime/struct.Config.html#method.ca…
19 * [`wasmtime::CacheStore`](https://docs.rs/wasmtime/latest/wasmtime/trait.CacheStore.html)
29 See the API docs for
30 [`wasmtime::Strategy`](https://docs.rs/wasmtime/latest/wasmtime/enum.Strategy.html)
32 [`wasmtime::Config::strategy`](https://docs.rs/wasmtime/latest/wasmtime/struct.Config.html#method.s…
43 [`wasmtime::Config::parallel_compilation`](https://docs.rs/wasmtime/latest/wasmtime/struct.Config.h…
H A Dexamples-fast-execution.md14 See the API docs for
15 [`wasmtime::Strategy`](https://docs.rs/wasmtime/latest/wasmtime/enum.Strategy.html)
17 [`wasmtime::Config::strategy`](https://docs.rs/wasmtime/latest/wasmtime/struct.Config.html#method.s…
43 See the API docs for
44 [`wasmtime::Config::signals_based_traps`](https://docs.rs/wasmtime/latest/wasmtime/struct.Config.ht…
45 [`wasmtime::Config::memory_reservation`](https://docs.rs/wasmtime/latest/wasmtime/struct.Config.htm…
47 [`wasmtime::Config::memory_guard_size`](https://docs.rs/wasmtime/latest/wasmtime/struct.Config.html…
65 See the API docs for
66 [`wasmtime::Config::cranelift_flag_enable`](https://docs.rs/wasmtime/latest/wasmtime/struct.Config.…
H A Dexamples-pre-compiling-wasm.md66 * [`wasmtime::Engine::precompile_module`](https://docs.rs/wasmtime/latest/wasmtime/struct.Engine.ht…
68 …[`wasmtime::Engine::precompile_component`](https://docs.rs/wasmtime/latest/wasmtime/struct.Engine.…
69 * [`wasmtime::Module::deserialize`](https://docs.rs/wasmtime/latest/wasmtime/struct.Module.html#met…
70 …[`wasmtime::Module::deserialize_file`](https://docs.rs/wasmtime/latest/wasmtime/struct.Module.html…
71 …[`wasmtime::component::Component::deserialize`](https://docs.rs/wasmtime/latest/wasmtime/component…
73 …[`wasmtime::component::Component::deserialize_file`](https://docs.rs/wasmtime/latest/wasmtime/comp…
H A Dexamples-wasip2.md13 [`Linker`]: https://docs.rs/wasmtime/*/wasmtime/struct.Linker.html
50 support](https://docs.wasmtime.dev/api/wasmtime/#async).
53 [`wasmtime-wasi`]: https://docs.rs/wasmtime-wasi/*/wasmtime_wasi/preview2/index.html
70 * [Bindgen Examples](https://docs.rs/wasmtime/latest/wasmtime/component/bindgen_examples/index.html…
H A Dcli-logging.md10 filters, see [tracing-subscriber's EnvFilter docs].
31 [tracing-subscriber's EnvFilter docs]: https://docs.rs/tracing-subscriber/latest/tracing_subscriber…
H A Dexamples-deterministic-wasm-execution.md28 [wasmtime::Config::cranelift_nan_canonicalization](https://docs.rs/wasmtime/latest/wasmtime/struct.…
40 [wasmtime::Config::relaxed_simd_deterministic](https://docs.rs/wasmtime/latest/wasmtime/struct.Conf…
44 [`wasmtime::Config::wasm_relaxed_simd`](https://docs.rs/wasmtime/latest/wasmtime/struct.Config.html…
60 [limiter](https://docs.rs/wasmtime/latest/wasmtime/struct.Store.html#method.limiter)
64 creator](https://docs.rs/wasmtime/latest/wasmtime/struct.Config.html#method.with_host_memory)
/wasmtime-44.0.1/crates/wit-bindgen/src/
H A Dlib.rs1643 self.rustdoc(docs); in type_handle()
1656 self.rustdoc(docs); in type_resource()
1822 self.rustdoc(docs); in type_flags()
1848 &c.docs, in type_variant()
1852 docs, in type_variant()
1894 docs: &Docs, in print_rust_enum()
2069 self.rustdoc(docs); in type_enum()
2224 self.rustdoc(docs); in type_stream()
2234 self.rustdoc(docs); in type_future()
2872 let docs = match &docs.contents { in rustdoc() localVariable
[all …]
/wasmtime-44.0.1/.github/
H A Dlabeler.yml32 "cranelift:docs":
33 - "cranelift/docs/**"
77 "wasmtime:docs":
79 - "docs/**"
/wasmtime-44.0.1/crates/wasi-common/
H A DREADME.md13 …<a href="https://docs.rs/wasi-common/"><img src="https://img.shields.io/badge/docs-latest-blue.svg…
38 [WASI API]: https://github.com/WebAssembly/WASI/blob/main/legacy/preview1/docs.md
/wasmtime-44.0.1/crates/wiggle/
H A DREADME.md11 Read the docs on [docs.rs](https://docs.rs/wiggle/).
/wasmtime-44.0.1/crates/c-api-macros/src/
H A Dlib.rs32 let docs = format!("Deletes the [`{name}`]."); in declare_own() localVariable
35 #[doc = #docs] in declare_own()
48 let docs = format!( in declare_ty() localVariable
57 #[doc = #docs] in declare_ty()
/wasmtime-44.0.1/.github/label-messager/
H A Dwasmtime-config.md43 configuration. See [our docs on fuzzing][fuzzing-docs] for more details.
51 [fuzzing-docs]: https://docs.wasmtime.dev/contributing-fuzzing.html
/wasmtime-44.0.1/crates/wasmtime/
H A DREADME.md55 [release policy]: https://docs.wasmtime.dev/stability-release.html
56 [Secure]: https://docs.wasmtime.dev/security.html
57 [Configurable]: https://docs.rs/wasmtime/latest/wasmtime/struct.Config.html
58 [WASI]: https://docs.rs/wasmtime-wasi/latest/wasmtime_wasi/
59 [Standards Compliant]: https://docs.wasmtime.dev/stability-wasm-proposals.html
107 documentation](https://docs.rs/wasmtime) as well.
119 documentation](https://docs.wasmtime.dev/stability-release.html#current-versions).
/wasmtime-44.0.1/
H A DREADME.md15 …<a href="https://docs.rs/wasmtime"><img src="https://docs.rs/wasmtime/badge.svg" alt="Documentatio…
45 For additional installation options, refer to the [online book CLI installation page](https://docs.…
49 documentation](https://docs.wasmtime.dev/stability-release.html#current-versions).
128 [release policy]: https://docs.wasmtime.dev/stability-release.html
129 [Secure]: https://docs.wasmtime.dev/security.html
130 [Configurable]: https://docs.rs/wasmtime/latest/wasmtime/struct.Config.html
131 [WASI]: https://docs.rs/wasmtime-wasi/latest/wasmtime_wasi/
132 [Standards Compliant]: https://docs.wasmtime.dev/stability-tiers.html
166 [Elixir]: https://docs.wasmtime.dev/lang-elixir.html
H A D.gitignore11 docs/_build
12 docs/book
/wasmtime-44.0.1/crates/wasi-preview1-component-adapter/provider/
H A DCargo.toml.in8 documentation = "https://docs.rs/wasi-preview1-component-adapter-provider/"
21 [package.metadata.docs.rs]
H A DREADME.md13 …://docs.rs/wasi-preview1-component-adapter-provider/"><img src="https://img.shields.io/badge/docs-…
/wasmtime-44.0.1/examples/
H A DREADME.md7 [C/C++ embedding API](https://docs.wasmtime.dev/c-api/). Examples are accompanied by a
16 They can also be [built manually](https://docs.wasmtime.dev/c-api/).
/wasmtime-44.0.1/winch/
H A DREADME.md16 …<a href="https://docs.rs/winch-codegen"><img src="https://docs.rs/winch-codegen/badge.svg" alt="Do…
68 [tiers-of-support]: https://docs.wasmtime.dev/stability-tiers.html
/wasmtime-44.0.1/fuzz/
H A DREADME.md3 This crate defines various [libFuzzer](https://www.llvm.org/docs/LibFuzzer.html)
25 requirements][vet-docs].
27 [vet-docs]: https://docs.wasmtime.dev/contributing-coding-guidelines.html#dependencies-of-wasmtime
86 [corpus](https://www.llvm.org/docs/LibFuzzer.html#corpus) of seed inputs to kick
/wasmtime-44.0.1/crates/wizer/
H A DCargo.toml3 documentation = "https://docs.rs/wasmtime-wizer"
16 [package.metadata.docs.rs]
/wasmtime-44.0.1/crates/wasi-nn/examples/classification-example/
H A DREADME.md18 [openvino-install]: https://docs.openvino.ai/2025/get-started/install-openvino.html
57 [build]: https://docs.wasmtime.dev/contributing-building.html
59 [install]: https://docs.wasmtime.dev/cli-install.html

12345