Page MenuHomePhorge
Feed All Stories

Jan 28 2026

themackabu committed rANTb65369975224: add method and body support to fetch request.
Jan 28 2026, 4:17 PM
themackabu committed rANT74bf930742c0: simplify call frame handling.
Jan 28 2026, 4:17 PM
themackabu committed rANT5926a24f02a6: switch DataViewData allocation to arena allocator in buffer.c.
Jan 28 2026, 4:17 PM
themackabu committed rANTc3f057cadaf9: improve memory safety in core runtime.
Jan 28 2026, 4:17 PM
themackabu committed rANTb5ec6e8c2938: unify lock handler creation using data slots.
Jan 28 2026, 4:17 PM
themackabu committed rANT6ecd8f0b688a: update GC functions to use op_val instead of fwd_val.
Jan 28 2026, 4:17 PM
themackabu committed rANTcfbc9063dc2f: add ASCII cache and optimize UTF-8 string length calculation.
Jan 28 2026, 4:17 PM
themackabu committed rANT48e7c5f138a5: add TUI demo with task management and system monitoring.
Jan 28 2026, 4:17 PM
themackabu committed rANT6a52652e5afc: improve dynamic memory management.
Jan 28 2026, 4:17 PM
themackabu committed rANTf37c34cdb5a3: add process.stdin support to readline module.
Jan 28 2026, 4:17 PM
themackabu committed rANT1d642f64fa7e: add utf16 index and range functions.
Jan 28 2026, 4:17 PM
themackabu committed rANT3f81bdd878f2: improve utf8 safety.
Jan 28 2026, 4:17 PM
themackabu committed rANT6a1122dd8607: add UTF-8 encoding and decoding functions.
Jan 28 2026, 4:17 PM
themackabu committed rANT51d19833896d: add coroutine/async this preservation tests.
Jan 28 2026, 4:17 PM
themackabu committed rANT87f6c4ec3288: iterate over utf8 codepoints.
Jan 28 2026, 4:17 PM
themackabu committed rANT607454963274: add support for special objects in various modules.
Jan 28 2026, 4:17 PM
themackabu committed rANTf53e7c6ec707: add support for special objects (array) in JSON module.
Jan 28 2026, 4:17 PM
themackabu committed rANTf0908d093507: add support for special objects in various modules.
Jan 28 2026, 4:17 PM
themackabu committed rANT5c0092674e34: add special object type check for prototypes.
Jan 28 2026, 4:17 PM
themackabu committed rANTdb8e787d62d9: seperate stack, types, and errors.
Jan 28 2026, 4:17 PM
themackabu committed rANTb076e4c4dd0a: remove heavy mkfun and replace with this binding.
Jan 28 2026, 4:17 PM
themackabu committed rANTcfedd25b4182: use `vtype` instead of `js_type` for type checking.
Jan 28 2026, 4:17 PM
themackabu committed rANT90f74a554df4: fix: correct js_type/vtype mismatches and optimize fetch response methods.
Jan 28 2026, 4:17 PM
themackabu committed rANT130909e5978e: add REMAIN macro and update string handling functions.
Jan 28 2026, 4:17 PM
themackabu committed rANTd854bdb26d85: add vtype support to inspect_value and inspect_object_full functions.
Jan 28 2026, 4:17 PM
themackabu committed rANT819c9a3efb02: add error message capacity management and formatting improvements.
Jan 28 2026, 4:17 PM
themackabu committed rANT1b81ae9af472: add REMAIN macro for buffer length management.
Jan 28 2026, 4:17 PM
themackabu committed rANTe386de298fe9: export barrel.
Jan 28 2026, 4:17 PM
themackabu committed rANT2bc311af3ed1: gc roots.
Jan 28 2026, 4:17 PM
themackabu committed rANT9babd304896d: "global" object.
Jan 28 2026, 4:16 PM
themackabu committed rANT9ba2b23bdedf: async operation stack errors.
Jan 28 2026, 4:16 PM
themackabu committed rANT6af7cf98d0ae: replace CSS stack limit with OS stack limit detection.
Jan 28 2026, 4:16 PM
themackabu committed rANT78a9232cf085: improve gc mmap allocator.
Jan 28 2026, 4:16 PM
themackabu committed rANT6d09e24f6745: add coroutine-aware stack overflow detection and clearer error messages.
Jan 28 2026, 4:16 PM
themackabu committed rANT6d12975dcef0: add code intern cache and arena reset.
Jan 28 2026, 4:16 PM
themackabu committed rANT32a0a265f96b: add u64 type for better readability.
Jan 28 2026, 4:16 PM
themackabu committed rANT81a2d7a75db1: add double conversion for length properties.
Jan 28 2026, 4:16 PM
themackabu committed rANTc63d5b3bdedc: migrate to arena memory management.
Jan 28 2026, 4:16 PM
themackabu committed rANT15333645d121: consolidate GC forward callback dispatch logic to use goto table.
Jan 28 2026, 4:16 PM
themackabu committed rANTca1eaa018ee0: add weak reference handling for accessor registry.
Jan 28 2026, 4:16 PM
themackabu committed rANT80aa35a27b8c: update tests.
Jan 28 2026, 4:16 PM
themackabu committed rANTcd48d60d5f96: migrate to 64bit for offsets and values.
Jan 28 2026, 4:16 PM
themackabu committed rANT78beb76243a3: add support for getppid on non-Windows platforms.
Jan 28 2026, 4:16 PM
themackabu committed rANT80ae0c3f0315: migrate to process module.
Jan 28 2026, 4:16 PM
themackabu committed rANT83edbe838a0a: add gc_apply_off_callback and gc_apply_val.
Jan 28 2026, 4:16 PM
themackabu committed rANTae70a7c9fa69: add inspector, migrate to prototype.
Jan 28 2026, 4:16 PM
themackabu committed rANTa55bd1f28fcb: feat(process): add Node.js-style event emitter with signal handling.
Jan 28 2026, 4:16 PM
themackabu committed rANTa2b07099f975: improve template literal scanning with dedicated helpers.
Jan 28 2026, 4:16 PM
themackabu committed rANT31301640af71: apply parse_array_index to includes and some.
Jan 28 2026, 4:16 PM
themackabu committed rANTcc67ac2e0022: refactor: extract helpers and deduplicate array method implementations.
Jan 28 2026, 4:16 PM
themackabu committed rANTf544621af19d: refactor: optimize array methods and property iteration.
Jan 28 2026, 4:16 PM
themackabu committed rANTd0f3615fe7b2: add callback validation for array methods.
Jan 28 2026, 4:16 PM
themackabu committed rANT2cc6e4e57318: improve array spec test.
Jan 28 2026, 4:16 PM
themackabu committed rANT8d2b2a164c63: add format attribute to js_create_error function.
Jan 28 2026, 4:16 PM
themackabu committed rANT2c377ff5be05: streamline error handling in ant.c.
Jan 28 2026, 4:16 PM
themackabu committed rANTb43bbf900239: [ci] trigger build.
Jan 28 2026, 4:16 PM
themackabu committed rANT60ee2b5bd07b: add strict function body check and handle unexpected end of function.
Jan 28 2026, 4:16 PM
themackabu committed rANT0f5e205d1c40: update to tlsuv 0.40.6.
Jan 28 2026, 4:16 PM
themackabu committed rANTfb5903b179ec: fix transitive include.
Jan 28 2026, 4:16 PM
themackabu committed rANT28ad166b100b: rename to be self descriptory.
Jan 28 2026, 4:16 PM
themackabu committed rANTbb06926a5696: add handling for invalid indices in string methods.
Jan 28 2026, 4:16 PM
themackabu committed rANT0c74c7b9e9df: remove dead path from json.
Jan 28 2026, 4:16 PM
themackabu committed rANTdf05ace9cf98: add pointer checks for GC functions.
Jan 28 2026, 4:16 PM
themackabu committed rANTf36b56ed8265: runtime check for 53-bit NaN-boxing.
Jan 28 2026, 4:16 PM
themackabu committed rANT1c753afaba0e: add support for signed integers in JSON parsing.
Jan 28 2026, 4:16 PM
themackabu committed rANT46a377ff18a7: add js_to_number for date setters.
Jan 28 2026, 4:16 PM
themackabu committed rANT740a7504f2eb: ECMA math spec.
Jan 28 2026, 4:16 PM
themackabu committed rANTc0d2905bcb1e: fix explicit casts.
Jan 28 2026, 4:16 PM
themackabu committed rANTa378a52adc36: add warning level 0 and disable werror for libffi and tlsuv.
Jan 28 2026, 4:16 PM
themackabu committed rANT3339bbc606ae: cmake policies.
Jan 28 2026, 4:16 PM
themackabu committed rANT182fff3ace13: add codePointAt and improve charAt/charCodeAt handling.
Jan 28 2026, 4:16 PM
themackabu committed rANTfa1a41015587: update ant.h to contain math.h.
Jan 28 2026, 4:16 PM
themackabu committed rANT075d131f7fc5: add JS_NAN and JS_INF constants.
Jan 28 2026, 4:16 PM
themackabu committed rANTa62434014275: fix: resolve compiler warnings in fs.c, buffer.c, and compat.h.
Jan 28 2026, 4:16 PM
themackabu committed rANT41ac43da55ab: prevent scope corruption on error in non-let for loops.
Jan 28 2026, 4:16 PM
themackabu committed rANT20ce4994e9d1: [ci] trigger build.
Jan 28 2026, 4:16 PM
themackabu committed rANT71762bcaae8c: update caching.
Jan 28 2026, 4:16 PM
themackabu committed rANT431adeb24248: improve error message for access.
Jan 28 2026, 4:16 PM
themackabu committed rANT71311a6dde2f: centralize error creation and merge props for JS errors.
Jan 28 2026, 4:16 PM
themackabu committed rANT793c52775347: [ci] trigger build.
Jan 28 2026, 4:16 PM
themackabu committed rANT352d2b8938c2: add fs module access and readdir support.
Jan 28 2026, 4:16 PM
themackabu committed rANT17697960ff3d: mark scopes created during ESM loading as module scope.
Jan 28 2026, 4:16 PM
themackabu committed rANT186f010cba23: lkp-based default lookups with js_get_slot for speed.
Jan 28 2026, 4:16 PM
themackabu committed rANTaafeaef3a10f: metadata based remote esm.
Jan 28 2026, 4:16 PM
themackabu committed rANT68dee44295fd: migrate to js_mkerr_typed macro for error creation.
Jan 28 2026, 4:16 PM
themackabu committed rANT25f491827145: migrate strict args to SLOT.
Jan 28 2026, 4:16 PM
themackabu committed rANT76d6ea4cb88e: add error handling for missing tokens in loops.
Jan 28 2026, 4:16 PM
themackabu committed rANT2a3faba586a8: add support for 'default' in import list.
Jan 28 2026, 4:16 PM
themackabu committed rANT6cca7f7be1c7: improve strfunc and Function.toString.
Jan 28 2026, 4:16 PM
themackabu committed rANT97245fb61dd4: [ci] trigger build.
Jan 28 2026, 4:16 PM
themackabu committed rANTd352b1a758d2: add async arrow function support.
Jan 28 2026, 4:16 PM
themackabu committed rANT60f219f6573b: move common in common.h for configuration.
Jan 28 2026, 4:16 PM
themackabu committed rANT0f9dba4adf39: add welcome.js demo and example scripts.
Jan 28 2026, 4:16 PM
themackabu committed rANT9b537273bad4: bump to v0.4.0.
Jan 28 2026, 4:16 PM
themackabu committed rANT9fe800654c7c: fix workflow caching issue.
Jan 28 2026, 4:16 PM
themackabu committed rANTf8273eaf7c2f: [ci] trigger build.
Jan 28 2026, 4:16 PM
themackabu committed rANT112b213e349c: (#2) handle contextual keywords.
Jan 28 2026, 4:16 PM
themackabu committed rANT0ead6c3fbf57: update gitignore.
Jan 28 2026, 4:16 PM
themackabu committed rANTd3d484f2afc7: remove ant.txt (again).
Jan 28 2026, 4:16 PM
themackabu committed rANT1cc01b704243: add target depth check for function declarations.
Jan 28 2026, 4:16 PM