Lines Matching refs:example
3 This example is a showcase of what it looks like to build Wasmtime with a
6 for example. Support here is built on Wasmtime's support of "custom platforms"
10 The example is organized into a few locations:
16 * `examples/min-platform/embedding/wasmtime-platform.{h,c}` - an example
19 `crates/wasmtime/src/runtime/vm/sys/custom/capi.rs`. The example here
27 * `examples/min-platform/{Cargo.toml,src}` - an example "host embedding" which
33 * `examples/min-platform/build.sh` - a script to build/run this example.
35 Taken together this example is unlikely to satisfy any one individual use case
42 This example will compile Wasmtime to any Rust target specified. The embedding
44 example is built in Wasmtime's CI with `x86_64-unknown-none` for example as a
48 that the embedding requires, for example the `wasmtime_*` symbols. This host
50 executing this example in CI and is not necessarily representative of a "real"
52 for example at the very least.
54 ## Running this example
56 This example can be built and run with the `./build.sh` script in this