Searched refs:plugins (Results 1 – 10 of 10) sorted by relevance
3 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)
7 with plugins for arithmetic operations.17 build-plugins = []
4 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 229 target/release/calculator --plugins plugins/ subtract -1 -233 the `plugins/` directory.46 `plugins/` directory that you provide with the `--plugins` option.100 ## Loading plugins263 ## Writing the plugins267 How do we actually write the plugins?[all …]
22 - [An Application with Plugins](./wasip2-plugins.md)
1 name: 'Install prerequisites for plugins example'2 description: 'Install prerequisites for plugins example'
121 plugins: PathBuf, field132 load_plugins(&mut state, args.plugins.as_path())?; in main()
120 …add_test(NAME wasip2-plugins-rust COMMAND cargo build --features build-plugins WORKING_DIRECTORY .…
183 "examples/wasip2-plugins",
710 # Only run the "plugins" example on Linux741 - uses: ./.github/actions/install-plugins-prerequisites
1476 # to be copied into the plugins directory of eclipse. The name of the directory1477 # within the plugins directory should be the same as the ECLIPSE_DOC_ID value.