You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the following is a straight copy/paste from @macdonst captured here in case others want to help!
So, I messed around with PHP a bit while watching Buffy on the couch yesterday. My Google-Fu might be failing me but there does not look like there is a way to call WASM from PHP.
Which at first glance seemed promising but actually what it does is call WASM from client-side JS inside of a Laravel app.
On PHP what is seems like we need to do is build a PHP extension in C to call WASM. There is a project called wasmer-php (https://github.com/wasmerio/wasmer-php) that seems to fit the bill but it hasn't been touched in 3 years so that is a concern.
If that project doesn't fit the bill we can use it for inspiration to build our own extension leveraging wasmtime.
I'm just putting the info out in case anyone starts in on the PHP route. I won't be actively working on this for at least a week.
The text was updated successfully, but these errors were encountered:
the following is a straight copy/paste from @macdonst captured here in case others want to help!
The text was updated successfully, but these errors were encountered: