AssemblyScript topic
AssemblyScript compiles a strict subset of TypeScript (basically JavaScript with types) to WebAssembly using Binaryen. It generates lean and mean WebAssembly modules while being just an npm install away.
gomoku-wasm
A Gomoku game implements with WebAssembly
as-hmac-sha2
SHA-256, SHA-512, HMAC-SHA-256, HMAC-SHA-512 for AssemblyScript.
as-wasi
An AssemblyScript API layer for WASI system calls.
as-bignum
Fixed length big numbers for AssemblyScript 🚀
as-random
Generate random numbers with various distributions in AssemblyScript
as-string-sink
An efficient dynamically sized string buffer (aka String Builder) for AssemblyScript
as-variant
Variant data type for AssemblyScript
asm-snippets
Some of my assembly code (examples, iterative and recursive algorithms) from Computer's Architecture course in Sapienza University, CS Bachelor's Degree :floppy_disk:
ason
ASON is a data oriented algorithm designed for compact and speedy storage of AssemblyScript objects in a binary format.
as-container
AssemblyScript version of Rust Option<T> and Result<O, E> etc.