Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 10 commits into from
Dec 4, 2023

Conversation

mhmd-azeez
Copy link
Contributor

@mhmd-azeez mhmd-azeez commented Nov 29, 2023

  • Remove dependency on ircmaxell/ffime, instead we handwrite the bindings. This enables us to supports Windows too.
  • Update the FFI to use the latest runtime APIs
  • Removed Context
  • Removed support for Cancel Handle (since PHP is single-threaded, wasn't sure how one could use it)
  • Add support for Manifest
  • Update README
  • Add tests
  • Add inline docs
  • New CI

Fixes #4 and Fixes #3

@bhelx
Copy link
Contributor

bhelx commented Nov 29, 2023

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!

@mhmd-azeez mhmd-azeez marked this pull request as ready for review November 29, 2023 21:52
@mhmd-azeez mhmd-azeez merged commit 6f37551 into main Dec 4, 2023
2 checks passed
@mhmd-azeez mhmd-azeez deleted the feat/update-ffi branch December 4, 2023 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update FFI code to latest 1.0 runtime changes Add PHP README
2 participants