| /wasmtime-44.0.1/crates/test-programs/ |
| H A D | README.md | 1 # 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 D | Cargo.toml | 2 name = "test-programs"
|
| /wasmtime-44.0.1/docs/ |
| H A D | examples-pre-compiling-wasm.md | 14 * **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 D | examples-fast-compilation.md | 6 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 D | examples-fast-execution.md | 22 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 D | examples-deterministic-wasm-execution.md | 5 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 D | contributing-testing.md | 108 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 D | wmemcheck.md | 7 (memcheck) tool for native programs.
|
| H A D | WASI-tutorial.md | 3 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 D | examples-debugging-core-dumps.md | 4 format][spec] whenever guest Wasm programs trap. These core dumps can then be
|
| H A D | examples-interrupting-wasm.md | 33 slowing down Wasm programs, than epochs do.
|
| /wasmtime-44.0.1/crates/wasi-common/ |
| H A D | README.md | 56 `test-programs` package with `test-programs/test_programs` feature enabled: 59 cargo test --features test-programs/test_programs --package test-programs
|
| H A D | Cargo.toml | 63 test-programs-artifacts = { workspace = true }
|
| /wasmtime-44.0.1/crates/wasi-nn/tests/ |
| H A D | test-programs.rs | 33 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 D | Cargo.toml | 60 test-programs-artifacts = { workspace = true } 83 name = "test-programs"
|
| /wasmtime-44.0.1/crates/test-programs/artifacts/ |
| H A D | Cargo.toml | 2 name = "test-programs-artifacts"
|
| /wasmtime-44.0.1/crates/wasi-config/ |
| H A D | Cargo.toml | 18 test-programs-artifacts = { workspace = true }
|
| /wasmtime-44.0.1/crates/wasi-keyvalue/ |
| H A D | Cargo.toml | 18 test-programs-artifacts = { workspace = true }
|
| /wasmtime-44.0.1/crates/misc/component-async-tests/ |
| H A D | Cargo.toml | 36 test-programs-artifacts = { workspace = true }
|
| /wasmtime-44.0.1/crates/wasi-tls/ |
| H A D | Cargo.toml | 46 test-programs-artifacts = { workspace = true }
|
| /wasmtime-44.0.1/crates/wasi-http/ |
| H A D | Cargo.toml | 48 test-programs-artifacts = { workspace = true }
|
| /wasmtime-44.0.1/crates/wasi/ |
| H A D | Cargo.toml | 46 test-programs-artifacts = { workspace = true }
|
| /wasmtime-44.0.1/crates/fuzzing/ |
| H A D | Cargo.toml | 43 test-programs-artifacts = { workspace = true }
|
| /wasmtime-44.0.1/ |
| H A D | Cargo.toml | 120 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 D | README.md | 15 cross-platform engine for running WebAssembly programs. Notable features of
|