Am 23.08.19 um 13:56 schrieb Ivan Enderlin:
Thanks for the replies.

I perfectly understand the issue with shared libraries. Is it a strict rule for 
PECL to avoid them? The Wasm runtime is written in Rust, and PECL doesn't 
support the Rust toolchain. The solution proposed by Thomas Hruska to rewrite 
the runtime in C or C++ is absolutely out of the question :-). To facilitate 
the user lifes, I've decided to embed the shared libraries; I can build one per 
architecture if necessary, or throw an error telling Rust is required when a 
specific architecture isn't supported.

My problem so far is that PECL failed to compile against the shared library. Am 
I doing something wrong in the `config.m4` file?

Thanks.

I don't know if it's an absolute no-go for PECL, but it's definitely and 
absolute no-go for distributions like Fedora or openSUSE - except the extension 
can also be built without that file.

--
Johannes Weberhofer
Weberhofer GmbH, Austria, Vienna

--
PECL development discussion Mailing List (http://pecl.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to