Ivan Enderlin

Results 885 comments of Ivan Enderlin

Thanks for your patience, it's appreciated!

Thanks for the proposal! Where is the source of the Docker file? Maybe we could integrate it directly in this repository, what do you think?

Thanks :-)

So far, the Wasmer runtime (the underlying WebAssembly runtime) supports gas metering, but I don't think it is what you want. I think a first step is https://github.com/wasmerio/wasmer/issues/480. This is...

Same issue here :-). What kind of support do you need?

@alexcrichton Exactly, that's precisely my usecase.

Thanks for asking. My plan is to be compatible with https://github.com/FriendsOfPHP/pickle/ for various reasons: * It's the next generation installer for PHP extensions, * I've been working on it, *...

We can distribute pre-build static libraries for the Wasmer runtime, but it won't be easily possible to the extension itself. I think Pickle will solve some problem. Right now, it's...

Pickle is working. We just wait on some stuff on the Composer side. But it's working.

With #71, we are close to a possible release on PECL! Rust is no longer required to compile the extension.