Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of justjake/quickjs-emscripten

Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for emscripten
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for eslint
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for fs-extra
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for node
Account's avatar
typescript-eslint/typescript-eslint
TypeScript plugin for ESLint
Account's avatar
typescript-eslint/typescript-eslint
An ESLint custom parser which leverages TypeScript ESTree
Account's avatar
import-js/eslint-plugin-import
Import with sanity.
Account's avatar
jprichardson/node-fs-extra
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.
Account's avatar
isaacs/node-glob
the most correct and second fastest glob implementation in JavaScript
Account's avatar
sinedied/hads
Fast web server allowing to browse, search and edit project documentation written in Markdown
Account's avatar
proteriax/node-fetch-cjs
A light-weight module that brings Fetch API to node.js
Account's avatar
evanw/node-source-map-support
Fixes stack traces for files with source maps
Account's avatar
egoist/tsup
Bundle your TypeScript library with no config, powered by esbuild
Account's avatar
TypeStrong/TypeDoc
Create api documentation for TypeScript projects.
Account's avatar
tgreyuk/typedoc-plugin-inline-sources
A plugin for TypeDoc that inlines source code into documentation.
Account's avatar
typedoc2md/typedoc-plugin-markdown
A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development
Account's avatar
vitest-dev/vitest
Next generation testing framework powered by Vite

Support the repos that depend on this repository

Top contributors

justjake's profile
justjake
513 contributions
ldarren's profile
ldarren
44 contributions
dependabot[bot]'s profile
dependabot[bot]
26 contributions
namuol's profile
namuol
4 contributions
arcanis's profile
arcanis
3 contributions
atifsyedali's profile
atifsyedali
1 contributions
avi's profile
avi
1 contributions
Flaque's profile
Flaque
1 contributions
BickelLukas's profile
BickelLukas
1 contributions
yourWaifu's profile
yourWaifu
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
justjake

justjake/quickjs-emscripten

Safely execute untrusted Javascript in your Javascript, and execute synchronous code that uses async functions

TypeScript
1630
128
Other

quickjs‑emscripten provides TypeScript/JavaScript bindings to the QuickJS engine compiled to WebAssembly, letting developers safely run untrusted or sandboxed JavaScript (including most of ES2023) inside browsers, Node, Deno, Cloudflare Workers, etc. It offers APIs to create runtimes, expose host functions, manage memory, and execute async‑style code synchronously via Emscripten’s Asyncify, making it useful for plugin systems, sandboxed eval, and secure script execution.