php-wasm
php-wasm copied to clipboard
Support Deno
Thanks for your work on this! It would be great if there could be a build for Deno. I managed to get it working using the worker build, via esm.sh, with a few tweaks, but ti would be great to have one that has native support. Emscripten is capable of building for Deno: https://github.com/emscripten-core/emscripten/issues/13190#issuecomment-1159204680. I would also add DYNAMIC_EXECUTION=0
, because Deno Deploy doesn't support eval()
.