Home
last modified time | relevance | path

Searched refs:plugins (Results 1 – 10 of 10) sorted by relevance

/wasmtime-44.0.1/examples/wasip2-plugins/
H A DREADME.md3 Then, create a plugins directory (e.g. `plugins`) and copy `c-plugin/add.wasm`
8 `target/release/calculator --plugins plugins add 1 2`
10 `target/release/calculator --plugins plugins subtract 1 2`
12 …ails, see the ["Calculator with WebAssembly Plugins"](http://docs.wasmtime.dev/wasip2-plugins.html)
H A DCargo.toml7 with plugins for arithmetic operations.
17 build-plugins = []
/wasmtime-44.0.1/docs/
H A Dwasip2-plugins.md4 to create an application that uses plugins.
5 The plugins are WebAssembly components.
14 and using plugins.
23 target/release/calculator --plugins plugins/ add 1 2
29 target/release/calculator --plugins plugins/ subtract -1 -2
33 the `plugins/` directory.
46 `plugins/` directory that you provide with the `--plugins` option.
100 ## Loading plugins
263 ## Writing the plugins
267 How do we actually write the plugins?
[all …]
H A DSUMMARY.md22 - [An Application with Plugins](./wasip2-plugins.md)
/wasmtime-44.0.1/.github/actions/install-plugins-prerequisites/
H A Daction.yml1 name: 'Install prerequisites for plugins example'
2 description: 'Install prerequisites for plugins example'
/wasmtime-44.0.1/examples/wasip2-plugins/src/
H A Dmain.rs121 plugins: PathBuf, field
132 load_plugins(&mut state, args.plugins.as_path())?; in main()
/wasmtime-44.0.1/examples/
H A DCMakeLists.txt120 …add_test(NAME wasip2-plugins-rust COMMAND cargo build --features build-plugins WORKING_DIRECTORY .…
/wasmtime-44.0.1/
H A DCargo.toml183 "examples/wasip2-plugins",
/wasmtime-44.0.1/.github/workflows/
H A Dmain.yml710 # Only run the "plugins" example on Linux
741 - uses: ./.github/actions/install-plugins-prerequisites
/wasmtime-44.0.1/crates/c-api/
H A Ddoxygen.conf.in1476 # to be copied into the plugins directory of eclipse. The name of the directory
1477 # within the plugins directory should be the same as the ECLIPSE_DOC_ID value.