extism / cli

The extism CLI is used to generate plugin scaffolding and manage Extism installations
BSD 3-Clause "New" or "Revised" License
21 stars 7 forks source link

feat: Support urls to wasms #22

Closed bhelx closed 1 year ago

bhelx commented 1 year ago

Support passing url to wasm in as argument:

extism call https://raw.githubusercontent.com/extism/extism/main/wasm/code.wasm count_vowels --input="hello world"
{"count": 3}⏎