Ivan Enderlin
Ivan Enderlin
Publishing `php-ext-wasm` on PECL, or supporting Pickle is two different things (even if I'm one of the maintainers of both projects… it can confusing). Publishing `php-ext-wasm` on PECL is already...
Ah, this `-fPIC` error… I don't know how to fix it yet, except by running `gcc` by hand as I did for CircleCI. Let's keep this issue opened for the...
How do you build the extension?
Maybe the provided shared library isn't compatible for your system. In https://github.com/wasmerio/php-ext-wasm/pull/99, I've introduced a new command `just build-runtime`. Can you run it first? It will compile a shared library...
@shijunti19 What version of Rust do you have? Is it up-to-date?
@shijunti19 You can update Rust (1.41 is the current version), but it won't solve the problem I guess. @DeppLearning Some platforms need PIC, some others don't. I don't know exactly...
Yes, we can add support for WASI quite easily. Give me few days to work on it :-)!
(more than a few weeks actually… working on it soon, see https://github.com/wasmerio/wasmer/pull/1030 to follow latest improvements)
We can't set any deadline. We will work on it as soon as we will have time :-). Sorry for the long delay.
Thanks for the insight! I will closely follow the project.