aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2025-04-05fix: conversion to f32nsfisis
2025-04-03fix: truncate opsnsfisis
2025-04-03feat: update php and package versionnsfisis
2024-08-31chore: formatnsfisis
2024-07-21fix: fNN.convert_iMM_unsfisis
2024-07-18refactor: simplify Runtime::instantiate()'s parametersnsfisis
2024-07-13fix: some conversion errorsnsfisis
2024-07-13feat: add examples/hello-worldnsfisis
2024-07-13feat: partially implement NaN propagationnsfisis
2024-07-13refactor: move all numeirc operations from Runtime class to NumericOpsnsfisis
2024-07-13feat: add Linker classnsfisis
2024-07-11fix: various spectestsnsfisis
2024-07-11feat: simplify FuncType structurensfisis
2024-07-11feat: simplify ValType structurensfisis
2024-07-11feat: organize namespacesnsfisis
2024-07-11feat: support streaming decodingnsfisis
2024-07-10test: implement "register" action of WASTnsfisis
2024-07-09fix: f32.convert_i(32|64)_(s|u)nsfisis
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-07fix: f32.copysign and f64.copysignnsfisis
2024-07-07test: F64Test passednsfisis
2024-07-06test: F32Test passednsfisis
2024-07-05refactor: move some internal classes to Internal namespacensfisis
2024-06-29fix: some float opsnsfisis
2024-06-29test: I64Test passednsfisis
2024-06-29fix: i64.* opsnsfisis
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-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
2024-05-05test: CallTest passednsfisis
2024-05-05feat: limit call stack sizensfisis
2024-05-05fix: i64.mulnsfisis
2024-05-04test: BulkTest passednsfisis
2024-05-04fix: table.copynsfisis
2024-05-01test: define more trap kindnsfisis