We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2044035 commit dd9d26aCopy full SHA for dd9d26a
1 file changed
README.md
@@ -6,6 +6,19 @@ Some up to date Extism plugins for use in demos and tests.
6
7
Check the [releases](https://github.com/extism/plugins/releases) for stable builds.
8
9
+You can download the latest plugin by name like this:
10
+
11
+```
12
+curl https://github.com/extism/plugins/releases/latest/download/count_vowels.wasm
13
14
15
+or a specific version like this:
16
17
18
+curl https://github.com/extism/plugins/releases/download/v0.0.3/count_vowels.wasm
19
20
21
+> *Note*: Each plugin should also have a debug build at {name}.debug.wasm
22
23
## Development
24
0 commit comments