@@ -82,6 +82,7 @@ pluginlab\
8282 --plugins https://topheman.github.io/webassembly-component-model-experiments/plugins/plugin_echo.wasm\
8383 --plugins https://topheman.github.io/webassembly-component-model-experiments/plugins/plugin_weather.wasm\
8484 --plugins https://topheman.github.io/webassembly-component-model-experiments/plugins/plugin_cat.wasm\
85+ --plugins https://topheman.github.io/webassembly-component-model-experiments/plugins/plugin_tee.wasm\
8586 --plugins https://topheman.github.io/webassembly-component-model-experiments/plugins/plugin-echo-c.wasm\
8687 --allow-all
8788```
@@ -106,6 +107,7 @@ pluginlab\
106107 --plugins https://topheman.github.io/webassembly-component-model-experiments/plugins/plugin_echo.wasm\
107108 --plugins https://topheman.github.io/webassembly-component-model-experiments/plugins/plugin_weather.wasm\
108109 --plugins https://topheman.github.io/webassembly-component-model-experiments/plugins/plugin_cat.wasm\
110+ --plugins https://topheman.github.io/webassembly-component-model-experiments/plugins/plugin_tee.wasm\
109111 --plugins https://topheman.github.io/webassembly-component-model-experiments/plugins/plugin-echo-c.wasm\
110112 --allow-all
111113[Host] Starting REPL host...
@@ -115,6 +117,8 @@ pluginlab\
115117[Host] Loading plugin: https://topheman.github.io/webassembly-component-model-experiments/plugins/plugin_echo.wasm
116118[Host] Loading plugin: https://topheman.github.io/webassembly-component-model-experiments/plugins/plugin_weather.wasm
117119[Host] Loading plugin: https://topheman.github.io/webassembly-component-model-experiments/plugins/plugin_cat.wasm
120+ [Host] Loading plugin: https://topheman.github.io/webassembly-component-model-experiments/plugins/plugin_tee.wasm
121+ [Host] Loading plugin: https://topheman.github.io/webassembly-component-model-experiments/plugins/plugin-echo-c.wasm
118122repl(0)> echo foo
119123foo
120124repl(0)> echo $ROOT/$USER
@@ -220,6 +224,7 @@ This will (see [justfile](./justfile)):
220224 --plugins ./target/wasm32-wasip1/debug/plugin_echo.wasm\
221225 --plugins ./target/wasm32-wasip1/debug/plugin_weather.wasm\
222226 --plugins ./target/wasm32-wasip1/debug/plugin_cat.wasm\
227+ --plugins ./target/wasm32-wasip1/debug/plugin_tee.wasm\
223228 --plugins ./c_modules/plugin-echo/plugin-echo-c.wasm\
224229 --allow-all
225230```
@@ -378,13 +383,14 @@ When a git tag is pushed, a pre-release is prepared on github, linked to the tag
378383
379384``` sh
380385pluginlab\
381- --repl-logic https://github.com/topheman/webassembly-component-model-experiments/releases/download/pluginlab@0.4.1/repl_logic_guest.wasm\
382- --plugins https://github.com/topheman/webassembly-component-model-experiments/releases/download/pluginlab@0.4.1/plugin_greet.wasm\
383- --plugins https://github.com/topheman/webassembly-component-model-experiments/releases/download/pluginlab@0.4.1/plugin_ls.wasm\
384- --plugins https://github.com/topheman/webassembly-component-model-experiments/releases/download/pluginlab@0.4.1/plugin_echo.wasm\
385- --plugins https://github.com/topheman/webassembly-component-model-experiments/releases/download/pluginlab@0.4.1/plugin_weather.wasm\
386- --plugins https://github.com/topheman/webassembly-component-model-experiments/releases/download/pluginlab@0.4.1/plugin_cat.wasm\
387- --plugins https://github.com/topheman/webassembly-component-model-experiments/releases/download/pluginlab@0.4.1/plugin-echo-c.wasm\
386+ --repl-logic https://github.com/topheman/webassembly-component-model-experiments/releases/download/pluginlab@0.5.0/repl_logic_guest.wasm\
387+ --plugins https://github.com/topheman/webassembly-component-model-experiments/releases/download/pluginlab@0.5.0/plugin_greet.wasm\
388+ --plugins https://github.com/topheman/webassembly-component-model-experiments/releases/download/pluginlab@0.5.0/plugin_ls.wasm\
389+ --plugins https://github.com/topheman/webassembly-component-model-experiments/releases/download/pluginlab@0.5.0/plugin_echo.wasm\
390+ --plugins https://github.com/topheman/webassembly-component-model-experiments/releases/download/pluginlab@0.5.0/plugin_weather.wasm\
391+ --plugins https://github.com/topheman/webassembly-component-model-experiments/releases/download/pluginlab@0.5.0/plugin_cat.wasm\
392+ --plugins https://github.com/topheman/webassembly-component-model-experiments/releases/download/pluginlab@0.5.0/plugin_tee.wasm\
393+ --plugins https://github.com/topheman/webassembly-component-model-experiments/releases/download/pluginlab@0.5.0/plugin-echo-c.wasm\
388394 --allow-all
389395```
390396
0 commit comments