extism / php-sdk

Extism PHP Host SDK - easily run WebAssembly modules / plugins from PHP applications
https://extism.org
BSD 3-Clause "New" or "Revised" License
20 stars 4 forks source link

feat: update the SDK to use the latest changes in the Extism runtime #7

Closed mhmd-azeez closed 11 months ago

mhmd-azeez commented 12 months ago

Fixes #4 and Fixes #3

bhelx commented 12 months ago

Remove dependency on ircmaxell/ffime, instead we handwrite the bindings. This enables us to supports Windows too.

wow. you've gone above and beyond here my man! this is awesome!