Yaffle's Stars
mishoo/UglifyJS
JavaScript parser / mangler / compressor / beautifier toolkit
GoogleChromeLabs/comlink
Comlink makes WebWorkers enjoyable.
cp-algorithms/cp-algorithms
Algorithm and data structure articles for https://cp-algorithms.com (based on http://e-maxx.ru)
tc39/proposal-type-annotations
ECMAScript proposal for type syntax that is erased - Stage 1
Yaffle/EventSource
a polyfill for http://www.w3.org/TR/eventsource/
GoogleChromeLabs/jsvu
JavaScript (engine) Version Updater
peterolson/BigInteger.js
An arbitrary length integer library for Javascript
WebAssembly/esm-integration
ECMAScript module integration
ColinEberhardt/chasm
A simple compile-to-WebAssembly language
nk2028/opencc-js
The JavaScript version of Open Chinese Convert (OpenCC)
radii/msieve
msieve - Number Field Sieve implementation by Jason Papadopoulos
zbjornson/human-asmjs
Tips and tricks for writing asm.js as a human - Note: WebAssembly has replaced asm.js, so this is no longer maintained.
tc39/proposal-intl-segmenter
Unicode text segmentation for ECMAScript
pengowray/wasm-ops
Chart of WebAssembly Instructions
w3c/mathml
MathML4 editors draft
rhmoller/wasm-by-hand
Small cookbook examples of writing WebAssembly by hand in .wast format
samthor/undoer
Native undo/redo behavior for web
young/intro-to-web-assembly
zeux/wasm-simd
Documenting Wasm SIMD performance
tc39/proposal-integer-and-modulus-math
Proposal for additional static methods on Math
Yaffle/babel-plugin-transform-bigint
A plugin for babel to transform `x * y` into something like `JSBI.multiply(x, y)` to support bigints.
shmishtopher/wasm-opcodes
WASM opcodes, all in one place
Yaffle/Expression
A library to parse expressions, solve and simplify systems of linear equations, find eigenvalues and eigenvectors
dancecoder/json22
The JSON22 is a superset of JSON with an ability to serialize/deserialize classes and extended support for number variables
nodef/extra-bigint
A BigInt can represent whole numbers larger than 2⁵³ - 1.
js-choi/proposal-bigint-bit-length
Draft specification for BigInt bit length in JavaScript.
Yaffle/QuadraticSieveFactorization
Quadratic Sieve integer factorization method for JavaScript bigints
Yaffle/continuedFractionFactorization
Continued Fraction Factorization in JavaScript using native BigInt
Yaffle/bigint-gcd
greater common divisor (gcd) of two BigInt values using Lehmer's GCD algorithm
Yaffle/PollardsRho
integer factorization using Pollard's rho algorithm