Home
last modified time | relevance | path

Searched refs:programs (Results 1 – 25 of 47) sorted by relevance

12

/wasmtime-44.0.1/crates/test-programs/
H A DREADME.md1 # test-programs
4 programs for other crates in the Wasmtime workspace.
17 These test programs are executed in `/crates/wasi/tests/api.rs`.
27 These test programs are executed in `/tests/all/cli_tests.rs`.
43 These test programs are executed in `/crates/wasi-http/tests/all/sync.rs`
53 These test programs are executed in `crates/wasi-nn/tests/all.rs`.
59 the input of another instance. The test programs in this suite are passed
86 provided by the `wasi-common` crate. The test programs are executed
101 host. The test programs are executed in
111 These test programs use `wit-bindgen` to generate bindings to Wasi 0.2
[all …]
H A DCargo.toml2 name = "test-programs"
/wasmtime-44.0.1/docs/
H A Dexamples-pre-compiling-wasm.md14 * **Less Memory Usage:** Pre-compiled Wasm programs can be lazily `mmap`ed from
17 resident. This means that running pre-compiled Wasm programs lowers overall
21 *only* run Wasm programs that were pre-compiled elsewhere. These builds will
24 builds are useful for embedded devices, where programs must be small and fit
28 and with only support for running pre-compiled Wasm programs, can be useful
32 run Wasm programs. Execution, in the data plane, can happen inside a Wasmtime
33 build that can run but not compile new Wasm programs. Exposing a minimal
43 not require the ability to run Wasm programs, so the `runtime` cargo feature can
52 This must be done with a Wasmtime build that can run pre-compiled Wasm programs,
54 compile new Wasm programs, so the `cranelift` and `winch` cargo features can be
H A Dexamples-fast-compilation.md6 programs](./examples-pre-compiling-wasm.md). That option is not always
27 will run Wasm programs slower than Cranelift, Wasmtime's optimizing compiler.
37 Wasmtime can compile Wasm programs in parallel, speeding up the compilation
H A Dexamples-fast-execution.md22 Wasm programs are sandboxed and may only access their linear memories. Attempts
52 This section can be ignored if you are compiling and running Wasm programs on
62 architecture that will run the pre-compiled Wasm programs can have a large
63 impact for certain Wasm programs, particularly those using SIMD instructions.
H A Dexamples-deterministic-wasm-execution.md5 execute Wasm programs fully deterministically, even when the Wasm language spec
10 Do not give Wasm programs access to non-deterministic host functions.
33 The relaxed SIMD proposal gives Wasm programs access to SIMD operations that
59 * Disallow Wasm programs that use memories and tables via a
H A Dcontributing-testing.md108 Note that these tests will compile programs in `crates/test-programs` to run.
176 `test-programs` crate. In particular, you should drop a main-style Rust source
177 file into `crates/test-programs/src/bin/PREFIX_some_new_test.rs`. Here the
186 `crates/test-programs/src/bin/cli_my_test.rs` then you'll need to add a new
H A Dwmemcheck.md7 (memcheck) tool for native programs.
H A DWASI-tutorial.md3 compiling C and Rust programs to WASI and executing the compiled WebAssembly module
20 show to compile and run programs, as well as perform simple sandbox
225 Speaking of `.`, what about `..`? Does that give programs a way to break
236 `/etc/passwd`, WASI programs don't have the capability to access files outside
H A Dexamples-debugging-core-dumps.md4 format][spec] whenever guest Wasm programs trap. These core dumps can then be
H A Dexamples-interrupting-wasm.md33 slowing down Wasm programs, than epochs do.
/wasmtime-44.0.1/crates/wasi-common/
H A DREADME.md56 `test-programs` package with `test-programs/test_programs` feature enabled:
59 cargo test --features test-programs/test_programs --package test-programs
H A DCargo.toml63 test-programs-artifacts = { workspace = true }
/wasmtime-44.0.1/crates/wasi-nn/tests/
H A Dtest-programs.rs33 let mut programs = Vec::new(); in main() localVariable
36 programs.push(stringify!($name)); in main()
48 for program in programs { in main()
/wasmtime-44.0.1/crates/wasi-nn/
H A DCargo.toml60 test-programs-artifacts = { workspace = true }
83 name = "test-programs"
/wasmtime-44.0.1/crates/test-programs/artifacts/
H A DCargo.toml2 name = "test-programs-artifacts"
/wasmtime-44.0.1/crates/wasi-config/
H A DCargo.toml18 test-programs-artifacts = { workspace = true }
/wasmtime-44.0.1/crates/wasi-keyvalue/
H A DCargo.toml18 test-programs-artifacts = { workspace = true }
/wasmtime-44.0.1/crates/misc/component-async-tests/
H A DCargo.toml36 test-programs-artifacts = { workspace = true }
/wasmtime-44.0.1/crates/wasi-tls/
H A DCargo.toml46 test-programs-artifacts = { workspace = true }
/wasmtime-44.0.1/crates/wasi-http/
H A DCargo.toml48 test-programs-artifacts = { workspace = true }
/wasmtime-44.0.1/crates/wasi/
H A DCargo.toml46 test-programs-artifacts = { workspace = true }
/wasmtime-44.0.1/crates/fuzzing/
H A DCargo.toml43 test-programs-artifacts = { workspace = true }
/wasmtime-44.0.1/
H A DCargo.toml120 test-programs-artifacts = { workspace = true }
166 "crates/test-programs",
323 test-programs-artifacts = { path = 'crates/test-programs/artifacts' }
/wasmtime-44.0.1/crates/wasmtime/
H A DREADME.md15 cross-platform engine for running WebAssembly programs. Notable features of

12