feat(php): Simple web demo

This commit is contained in:
2026-05-11 13:07:35 -05:00
parent d37d443021
commit ea748b2e5e
7 changed files with 186 additions and 83 deletions

View File

@@ -111,7 +111,7 @@
buildPhase = "true";
installPhase = ''
mkdir -p $out/share/tricu-php $out/lib $out/bin
cp -r src run.php $out/share/tricu-php/
cp -r src public run.php $out/share/tricu-php/
cp ${tricuZig}/lib/libarboricx.so $out/lib/
cp ${tricuZig}/include/arboricx.h $out/share/tricu-php/
@@ -168,7 +168,6 @@
haskellPackages.ghcid
customGHC
upx
zig
gcc
python3
];