extism / js-pdk

Write Extism plugins in JavaScript & TypeScript
52 stars 16 forks source link

Update readme to provide more context on compilation from source #10

Closed ubiquitous-dev closed 1 year ago

ubiquitous-dev commented 1 year ago

Issue caused by the ! (unterminated quote denoted by the dquote> prompt)


➜  js-pdk git:(main) ✗ extism call out.wasm count_vowels --wasi --input="Hello World Test!"
dquote> 
➜  js-pdk git:(main) ✗ extism call out.wasm count_vowels --wasi --input='Hello World Test!'
{"count":4}% ```
bhelx commented 1 year ago

Thanks! I'm using fish so I need to watch out for these bash syntax issues