wasmerio / wasmer-php

🐘🕸️ WebAssembly runtime for PHP
https://wasmerio.github.io/wasmer-php/wasm/
MIT License
1.01k stars 42 forks source link

WASI support #77

Open mrceperka opened 5 years ago

mrceperka commented 5 years ago

WASI support

Hello :wave: , quick question :)

According to this article - https://hacks.mozilla.org/2019/03/standardizing-wasi-a-webassembly-system-interface/ one is able to just run WASM binary that was compiled with WASI support (it's possible that I mix terms, sorry)

I've found somewhere on Twitter, that PHP is not yet supported by https://github.com/CraneStation/wasmtime.

But what if I'm gonna use this extension, which uses Wasmer, which has support for WASI, it's gonna work right :pray:?

Thanks for your time.

Hywan commented 5 years ago

Yes, we can add support for WASI quite easily. Give me few days to work on it :-)!

mrceperka commented 5 years ago

Oh my... You are so awesome! Thanks :pray:

Hywan commented 4 years ago

(more than a few weeks actually… working on it soon, see https://github.com/wasmerio/wasmer/pull/1030 to follow latest improvements)

passcod commented 4 years ago

What's the status on this, given the above linked PR was merged?