https://github.com/saghul/txiki.js Skip to content Sign up * Why GitHub? Features - + Mobile - + Actions - + Codespaces - + Packages - + Security - + Code review - + Issues - + Integrations - + GitHub Sponsors - + Customer stories- * Team * Enterprise * Explore + Explore GitHub - Learn and contribute + Topics - + Collections - + Trending - + Learning Lab - + Open source guides - Connect with others + The ReadME Project - + Events - + Community forum - + GitHub Education - + GitHub Stars program - * Marketplace * Pricing Plans - + Compare plans - + Contact Sales - + Education - [ ] [search-key] * # In this repository All GitHub | Jump to | * No suggested jump to results * # In this repository All GitHub | Jump to | * # In this user All GitHub | Jump to | * # In this repository All GitHub | Jump to | Sign in Sign up {{ message }} saghul / txiki.js * Notifications * Star 836 * Fork 65 The tiny JavaScript runtime built with QuickJS, libuv and [?] MIT License 836 stars 65 forks Star Notifications * Code * Issues 12 * Pull requests 2 * Actions * Security * Insights More * Code * Issues * Pull requests * Actions * Security * Insights master Switch branches/tags [ ] Branches Tags Could not load branches Nothing to show {{ refName }} default View all branches Could not load tags Nothing to show {{ refName }} default View all tags 4 branches 0 tags Code Clone HTTPS GitHub CLI [https://github.com/s] Use Git or checkout with SVN using the web URL. [gh repo clone saghul] Work fast with our official CLI. Learn more. * Open with GitHub Desktop * Download ZIP Launching GitHub Desktop If nothing happens, download GitHub Desktop and try again. Go back Launching GitHub Desktop If nothing happens, download GitHub Desktop and try again. Go back Launching Xcode If nothing happens, download Xcode and try again. Go back Launching Visual Studio Code Your codespace will open once ready. There was a problem preparing your codespace, please try again. Latest commit @dependabot @saghul dependabot and saghul build(deps): bump elliptic from 6.5.3 to 6.5.4 in /tests/advanced ... 3bef48d Mar 10, 2021 build(deps): bump elliptic from 6.5.3 to 6.5.4 in /tests/advanced Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](indutny/elliptic@v6.5.3...v6.5.4) Signed-off-by: dependabot[bot] 3bef48d Git stats * 394 commits Files Permalink Failed to load latest commit information. Type Name Latest commit message Commit time .github/workflows ci: fix setting env vars Nov 26, 2020 deps misc: replace prompt implementation with something simpler Dec 3, 2020 examples examples: update to match latest API Mar 9, 2020 src misc: replace prompt implementation with something simpler Dec 3, 2020 tests build(deps): bump elliptic from 6.5.3 to 6.5.4 in /tests/advanced Mar 10, 2021 .clang-format cli: refactor argument parsing Jan 22, 2020 .gitignore cli: refactor argument parsing Jan 22, 2020 .gitmodules misc: replace prompt implementation with something simpler Dec 3, 2020 API.md fs: add mkstemp Mar 10, 2020 CMakeLists.txt misc: replace prompt implementation with something simpler Dec 3, 2020 Dockerfile misc: add minimal multi-stage Docker builder Nov 26, 2019 LICENSE misc: add LICENSE file Nov 26, 2019 Makefile tests: refactor test runner Mar 12, 2020 README.md doc: use --shallow-submodules clone method Nov 10, 2020 Windows.md core: rename project to txiki.js Oct 16, 2019 View code [ ] txiki.js -- The tiny JavaScript runtime Overview Features Browser-like APIs Custom features Supported platforms Building Thanks README.md txiki.js -- The tiny JavaScript runtime Build Status Overview txikia (basque): small, tiny. txiki.js is a small and powerful JavaScript runtime. It's built on the shoulders of giants: it uses QuickJS as its JavaScript engine and libuv as the platform layer. It was formerly named quv. Features Browser-like APIs * Console API * URL & URLSearchParams * TextEncoder / TextDecoder APIs * EventTarget / Event / CustomEvent * XMLHttpRequest & fetch (including AbortController) * Performance API * Worker API * Crypto API (just getRandomValues) * WebAssembly (no tables, globals or memory support yet) Custom features * TCP and UDP sockets * TTY handles * Unix sockets / named pipes * Timers * Signals * File operations * Event loop * High-resolution time * Miscellaneous utility functions * Worker threads * Child processes * DNS (getaddrinfo) * WASI (no memory support yet) See the full API. Other extras: * Import directly from HTTP(S) URLs * Import JSON files * path module * uuid module * hashlib module * BigFloat and BigDecimal extensions Supported platforms * GNU/Linux * macOS * Windows (experimental) * Other Unixes (please test!) Building CMake is necessary. # Get the code git clone --recursive https://github.com/saghul/txiki.js --shallow-submodules && cd txiki.js # Compile it! make # Run the REPL ./build/tjs NOTE: The txiki.js build depends on a number of git submodules (e.g. curl, libuv). If you didn't already clone this repository recursively, make sure you initialize these submodules with git submodule update --init before proceeding to the build. Thanks txiki.js stands on shoulders of giants. It wouldn't be what it is today without these libraries: * QuickJS: JavaScript engine * libuv: platform abstraction layer * wasm3: WASM engine * curl: HTTP client In addition, txiki.js has these contributors to thank for their help. Thank you all for making this project possible! About The tiny JavaScript runtime built with QuickJS, libuv and [?] Topics javascript libuv quickjs Resources Readme License MIT License Releases No releases published Packages 0 No packages published Contributors 13 * @saghul * @TheBrokenRail * @dependabot * @bnoordhuis * @stevefan1999-personal * @vladimyr * @lmangani * @Lulzx * @humphd * @tbmale * @doodlewind + 2 contributors Languages * JavaScript 55.0% * C 42.6% * WebAssembly 1.5% * Other 0.9% * (c) 2021 GitHub, Inc. * Terms * Privacy * Security * Status * Docs * Contact GitHub * Pricing * API * Training * Blog * About You can't perform that action at this time. You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.