We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Something like #8 but for Python.
There is already Python library for executing WebAssembly binaries. How to use it with PHP?
The text was updated successfully, but these errors were encountered:
Currently, wasmer doesn't support Emscripten calls(it's in the roadmap), so it's can't run php.wasm.
Sorry, something went wrong.
@oraoto Should I open issue about Emscripten in Wasmer repository?
There is a php example in wasmer's example: https://github.com/wasmerio/wasmer/tree/master/examples , it's build from https://github.com/wapm-packages/php
No branches or pull requests
Something like #8 but for Python.
There is already Python library for executing WebAssembly binaries. How to use it with PHP?
The text was updated successfully, but these errors were encountered: