aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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-10feat: decrease memory_limit of example programnsfisis
2024-07-10refactor: example codensfisis
2024-07-10test: partly implement spectest modulensfisis
2024-07-10test: implement "register" action of WASTnsfisis
2024-07-09chore: update BUGS.txtnsfisis
2024-07-09fix: f32.convert_i(32|64)_(s|u)nsfisis
2024-07-09fix: suppress munmap() errorsnsfisis
2024-07-09feat: add examples/compile-php-to-wasmnsfisis
2024-07-09refactor: move some numeric operations to NumericOps classnsfisis
2024-07-09fix: fix i(64|32).trunc_f(32|64)_(s|u)nsfisis
2024-07-07feat: improve API to define host funcsnsfisis
2024-07-07refactor: Stacknsfisis
2024-07-07refactor: add Store::registerFunc()nsfisis
2024-07-07chore: update READMEnsfisis
2024-07-07chore: update depsnsfisis
2024-07-07fix: f32.copysign and f64.copysignnsfisis
2024-07-07test: F64Test passednsfisis
2024-07-06test: F32Test passednsfisis
2024-07-05feat: handle runtime errors in tools/json2phpunit.phpnsfisis
2024-07-05refactor: move some internal classes to Internal namespacensfisis
2024-07-05chore: remove bench/perf logsnsfisis
2024-07-05feat: update phpstan.neonnsfisis
2024-07-05fix: apply ecsfixnsfisis
2024-07-05chore: update READMEnsfisis
2024-07-04chore: update READMEnsfisis
2024-07-04feat: RubyVM on PHP on Wasmnsfisis
2024-06-29chore: add BUGS.txtnsfisis
2024-06-29fix: some float opsnsfisis
2024-06-29test: I64Test passednsfisis
2024-06-29fix: i64.* opsnsfisis
2024-06-29feat: update depsnsfisis
2024-06-28test: I32Test passednsfisis
2024-06-28refactor: rename phpIntToWasmI32 and wasmI32ToPhpIntnsfisis
2024-06-28fix: some integral operationsnsfisis
2024-06-28fix: handling of loop parametersnsfisis
2024-06-02test: add more trap kindnsfisis
2024-06-02test: RefNull passednsfisis
2024-06-02test: RefIsNullTest passednsfisis
2024-06-02fix: i64.add and i64.subnsfisis
2024-06-02test: MemoryCopyTest passednsfisis
2024-05-19refactor: reinterpret conversionsnsfisis
2024-05-19fix: fNN.reinterpret_iMMnsfisis
2024-05-19fix: iNN.reinterpret_fMMnsfisis
2024-05-19test: UnreachableTest passednsfisis
2024-05-18fix: memory address should be treated as unsigned integernsfisis
2024-05-18fix: i64.shr_unsfisis
2024-05-18fix: i32.wrap_i64nsfisis