oraoto / pib

PHP in Browser (powered by WebAssembly)
https://oraoto.github.io/pib/
Apache License 2.0
953 stars 109 forks source link

PHP in Python #25

Open filips123 opened 5 years ago

filips123 commented 5 years ago

Something like #8 but for Python.

There is already Python library for executing WebAssembly binaries. How to use it with PHP?

oraoto commented 5 years ago

Currently, wasmer doesn't support Emscripten calls(it's in the roadmap), so it's can't run php.wasm.

filips123 commented 5 years ago

@oraoto Should I open issue about Emscripten in Wasmer repository?

oraoto commented 5 years ago

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