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

Update FFI code to latest 1.0 runtime changes #4

Closed bhelx closed 11 months ago

bhelx commented 1 year ago

Update the FFI code to work with v1.0.0 runtime, remove context, etc.

zshipko commented 1 year ago

The Context type has been removed already but there is likely some additional work needed to fix things up a bit.