aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/php-on-wasm
AgeCommit message (Expand)Author
2025-04-03feat: update php and package versionnsfisis
2024-08-31chore: formatnsfisis
2024-07-18refactor: simplify Runtime::instantiate()'s parametersnsfisis
2024-07-13feat: add Linker classnsfisis
2024-07-11feat: simplify FuncType structurensfisis
2024-07-11feat: simplify ValType structurensfisis
2024-07-11feat: organize namespacesnsfisis
2024-07-11feat: update php from 8.2.10 to 8.3.9nsfisis
2024-07-11feat: update emscripten/emsdk from 3.1.46 to 3.1.62nsfisis
2024-07-11feat: support streaming decodingnsfisis
2024-07-10refactor: example codensfisis
2024-07-10test: implement "register" action of WASTnsfisis
2024-07-09feat: add examples/compile-php-to-wasmnsfisis
2024-07-07feat: improve API to define host funcsnsfisis
2024-07-07refactor: add Store::registerFunc()nsfisis
2024-03-15chore: remove debug codensfisis
2024-03-15chore: format examples/ dirnsfisis
2024-03-14perf: log more metricsnsfisis
2024-03-14perf: specialize load/store instrnsfisis
2024-03-13perf: make Val to primitivensfisis
2024-03-13chore: fix PHPStan warningsnsfisis
2024-03-13perf: make *Addr/*Idx to primitive intnsfisis
2024-03-13perf: log instruction metricsnsfisis
2024-03-13feat: record memory usagensfisis
2024-03-11feat: add minimum testnsfisis
2024-03-04feat: add examples/php-on-wasmnsfisis