| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| txiki-macos-arm64.zip | 2026-03-20 | 2.9 MB | |
| txiki-macos-x86_64.zip | 2026-03-20 | 3.1 MB | |
| txiki-windows-x86_64.zip | 2026-03-20 | 2.9 MB | |
| README.md | 2026-03-20 | 4.1 kB | |
| v26.3.1 source code.tar.gz | 2026-03-20 | 8.2 MB | |
| v26.3.1 source code.zip | 2026-03-20 | 8.4 MB | |
| Totals: 6 Items | 25.5 MB | 0 | |
What's Changed
- hashing: replace JS implementation with mbedtls based one by @saghul in https://github.com/saghul/txiki.js/pull/813
- vm: properly check for debug / release builds by @saghul in https://github.com/saghul/txiki.js/pull/820
- vm: fix promise leak in unhandled rejection by @saghul in https://github.com/saghul/txiki.js/pull/819
- deps: update QuickJS by @saghul in https://github.com/saghul/txiki.js/pull/823
- build(deps): bump svgo from 3.3.2 to 3.3.3 in /website by @dependabot[bot] in https://github.com/saghul/txiki.js/pull/824
- Fix mimalloc build by @lal12 in https://github.com/saghul/txiki.js/pull/821
- ws: add support for setting headers client side by @saghul in https://github.com/saghul/txiki.js/pull/825
- ws protocol fixes by @saghul in https://github.com/saghul/txiki.js/pull/826
- Add WebCrypto implementation backed by MbedTLS by @saghul in https://github.com/saghul/txiki.js/pull/827
- misc: keep track of JS buffers safely by @saghul in https://github.com/saghul/txiki.js/pull/828
- webcrypto: use the tjs allocator by @saghul in https://github.com/saghul/txiki.js/pull/830
- Improve TJSPromise by @saghul in https://github.com/saghul/txiki.js/pull/832
- fs: avoid using the JS allocator in the worker thread by @saghul in https://github.com/saghul/txiki.js/pull/829
- http: add TLS support to HTTP / WS server by @saghul in https://github.com/saghul/txiki.js/pull/834
- stdio: fix locking readers / writers by @saghul in https://github.com/saghul/txiki.js/pull/835
- bundle: fix tjs bundle with bogus args by @saghul in https://github.com/saghul/txiki.js/pull/838
- build: enable mimalloc guard pages in debug builds by @saghul in https://github.com/saghul/txiki.js/pull/839
- WASM API improvements by @saghul in https://github.com/saghul/txiki.js/pull/837
- build,ci: add ASAN builds to the CI by @saghul in https://github.com/saghul/txiki.js/pull/840
- stdio: unref handles by @saghul in https://github.com/saghul/txiki.js/pull/841
- wasm: implement {compile,instantiate}Streaming by @saghul in https://github.com/saghul/txiki.js/pull/842
- tls: add ability to override the CA path by @saghul in https://github.com/saghul/txiki.js/pull/843
- fetch: add support for data URLs by @saghul in https://github.com/saghul/txiki.js/pull/844
- http: add a 16k meax headers buffer by @saghul in https://github.com/saghul/txiki.js/pull/846
- tpk: introduce tpk, txiki.js packages by @saghul in https://github.com/saghul/txiki.js/pull/848
- standalone,tpk: fix early exit when starting an HTTP server by @saghul in https://github.com/saghul/txiki.js/pull/850
- ffi: use a JS number to store pointers by @saghul in https://github.com/saghul/txiki.js/pull/851
- ffi: add dlopen helper by @saghul in https://github.com/saghul/txiki.js/pull/852
- ffi: export suffix constant by @saghul in https://github.com/saghul/txiki.js/pull/853
- ffi: introduce NativePointer by @saghul in https://github.com/saghul/txiki.js/pull/854
- ffi: introduce fast calls by @saghul in https://github.com/saghul/txiki.js/pull/855
- build(deps): bump flatted from 3.3.3 to 3.4.1 by @dependabot[bot] in https://github.com/saghul/txiki.js/pull/856
- httpserver: missing query string in request info by @KawaiiZapic in https://github.com/saghul/txiki.js/pull/859
- sockets: add TLS sockets by @saghul in https://github.com/saghul/txiki.js/pull/857
- test: use a local server for tests, where possible by @saghul in https://github.com/saghul/txiki.js/pull/861
- httpserver: support processing chunked requests by @saghul in https://github.com/saghul/txiki.js/pull/862
- mem: ensure realloc consistency across allocators by @saghul in https://github.com/saghul/txiki.js/pull/863
- build: link MSVC statically by @saghul in https://github.com/saghul/txiki.js/pull/864
- deps: update libwebsockets by @saghul in https://github.com/saghul/txiki.js/pull/866
- http: fix handling duplicated user-agent and content-length by @saghul in https://github.com/saghul/txiki.js/pull/868
Full Changelog: https://github.com/saghul/txiki.js/compare/v26.3.0...v26.3.1