pib icon indicating copy to clipboard operation
pib copied to clipboard

PHP in Python

Open filips123 opened this issue 5 years ago • 3 comments

Something like #8 but for Python.

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

filips123 avatar May 13 '19 17:05 filips123

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

oraoto avatar May 15 '19 05:05 oraoto

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

filips123 avatar May 15 '19 05:05 filips123

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

oraoto avatar May 15 '19 08:05 oraoto