seanmorris / php-wasm

PHP in Browser, powered by WebAssembly.
https://seanmorris.github.io/php-wasm/
Apache License 2.0
606 stars 32 forks source link

Support Deno #19

Open ascorbic opened 1 year ago

ascorbic commented 1 year ago

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().