You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -195,12 +195,12 @@ This will (see [justfile](./justfile)):
195
195
196
196
This will run the `pluginlab` binary which will itself:
197
197
198
-
- load and compile the `repl_logic_guest.wasm` file inside the embedded `wasmtime` engine injecting the [`host-api`](./wit/host-api.wit) interface
199
-
- load and compile the `plugin_*.wasm` files into the engine, injecting the [`plugin-api`](./wit/plugin-api.wit) interface
198
+
- load and compile the `repl_logic_guest.wasm` file inside the embedded `wasmtime` engine injecting the [`host-api`](./crates/pluginlab/wit/host-api.wit) interface
199
+
- load and compile the `plugin_*.wasm` files into the engine, injecting the [`plugin-api`](./crates/pluginlab/wit/plugin-api.wit) interface
200
200
- launch the REPL loop executing the code from the `repl_logic_guest.wasm` file which will:
201
201
- readline from the user
202
202
- parse the command
203
-
- dispatch the command to the plugin(s) if needed (run the `run`, `man` functions of the plugins via the [`host-api`](./wit/host-api.wit) interface)
203
+
- dispatch the command to the plugin(s) if needed (run the `run`, `man` functions of the plugins via the [`host-api`](./crates/pluginlab/wit/host-api.wit) interface)
0 commit comments