Skip to content

Commit 4c2a37d

Browse files
committed
fix: feedback PR #6
1 parent 7ce95f7 commit 4c2a37d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +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_echo-c.wasm\
85+
--plugins https://topheman.github.io/webassembly-component-model-experiments/plugins/plugin-echo-c.wasm\
8686
--allow-all
8787
```
8888

@@ -106,7 +106,7 @@ pluginlab\
106106
--plugins https://topheman.github.io/webassembly-component-model-experiments/plugins/plugin_echo.wasm\
107107
--plugins https://topheman.github.io/webassembly-component-model-experiments/plugins/plugin_weather.wasm\
108108
--plugins https://topheman.github.io/webassembly-component-model-experiments/plugins/plugin_cat.wasm\
109-
--plugins https://topheman.github.io/webassembly-component-model-experiments/plugins/plugin_echo-c.wasm\
109+
--plugins https://topheman.github.io/webassembly-component-model-experiments/plugins/plugin-echo-c.wasm\
110110
--allow-all
111111
[Host] Starting REPL host...
112112
[Host] Loading REPL logic from: https://topheman.github.io/webassembly-component-model-experiments/plugins/repl_logic_guest.wasm

crates/pluginlab/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ pluginlab\
6161
--plugins https://topheman.github.io/webassembly-component-model-experiments/plugins/plugin_echo.wasm\
6262
--plugins https://topheman.github.io/webassembly-component-model-experiments/plugins/plugin_weather.wasm\
6363
--plugins https://topheman.github.io/webassembly-component-model-experiments/plugins/plugin_cat.wasm\
64-
--plugins https://topheman.github.io/webassembly-component-model-experiments/plugins/plugin_echo-c.wasm\
64+
--plugins https://topheman.github.io/webassembly-component-model-experiments/plugins/plugin-echo-c.wasm\
6565
--allow-all
6666
```
6767

@@ -86,7 +86,7 @@ pluginlab\
8686
--plugins https://topheman.github.io/webassembly-component-model-experiments/plugins/plugin_echo.wasm\
8787
--plugins https://topheman.github.io/webassembly-component-model-experiments/plugins/plugin_weather.wasm\
8888
--plugins https://topheman.github.io/webassembly-component-model-experiments/plugins/plugin_cat.wasm\
89-
--plugins https://topheman.github.io/webassembly-component-model-experiments/plugins/plugin_echo-c.wasm\
89+
--plugins https://topheman.github.io/webassembly-component-model-experiments/plugins/plugin-echo-c.wasm\
9090
--allow-all
9191
[Host] Starting REPL host...
9292
[Host] Loading REPL logic from: https://topheman.github.io/webassembly-component-model-experiments/plugins/repl_logic_guest.wasm

0 commit comments

Comments
 (0)