extism / js-pdk

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

Introduce Interface file #35

Closed bhelx closed 6 months ago

bhelx commented 6 months ago

This introduces a plugin interface file. It's step 1 of this proposal: https://github.com/extism/proposals/pull/16 This addresses exports only at the moment but will soon also address imports (host functions)