Skip to content

Commit

Permalink
Merge pull request #119 from kubernetes-sigs/sanposhiho-patch-3
Browse files Browse the repository at this point in the history
doc: emphasize guestURL indicates .wasm
  • Loading branch information
sanposhiho authored Aug 24, 2024
2 parents 705f97d + 37f2adc commit 8fb5d0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ profiles:
pluginConfig:
- name: wasmplugin1
args:
guestURL: "file://path/to/wasm-plugin1"
guestURL: "file://path/to/wasm-plugin1.wasm"
- name: wasmplugin2
args:
guestURL: "https://url/to/wasm-plugin2"
guestURL: "https://url/to/wasm-plugin2.wasm"
```
- A wasm plugin **must** be enabled via `multiPoint` even if your wasm plugin only uses some of extension points.
Expand Down

0 comments on commit 8fb5d0c

Please sign in to comment.