extism / js-pdk

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

chore: update dependencies and ci #22

Closed bhelx closed 11 months ago

bhelx commented 11 months ago

One of the opcodes in the wasm file in the test was 0xc0 which suggested the sign-extension features are needed. Probably because I'm using a modern version of the rust compiler that emits it but parity-wasm is getting a bit old so i had to enable it as a feature.