You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This sounds promising. I created a VM with Ubuntu for now, where I can do the compilation and test things. It works awesome btw - you check out my playground.
I just wanted to voice my support for this issue. I'd like to use Wasm in a PHP project but some contributors use Windows. Until wasm-php supports Windows, I can't use it unfortunately.
Has anyone succeeded in building it for Windows? I have VC++ 2017 and what I did was:
phpize.bat
in thesrc
folder to generateconfigure.bat
configure.bat
nmake
, but got I lot of compilation errors like:I tried adding
/std:c++14
to thecl.exe
args, but to no avail. Any tips would be appreciated :)The text was updated successfully, but these errors were encountered: