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.

List AssemblyScript repositories
trafficstars

gomoku-wasm

35
Stars
7
Forks
Watchers

A Gomoku game implements with WebAssembly

as-hmac-sha2

11
Stars
1
Forks
Watchers

SHA-256, SHA-512, HMAC-SHA-256, HMAC-SHA-512 for AssemblyScript.

as-wasi

251
Stars
18
Forks
Watchers

An AssemblyScript API layer for WASI system calls.

as-bignum

60
Stars
19
Forks
Watchers

Fixed length big numbers for AssemblyScript 🚀

as-random

5
Stars
1
Forks
Watchers

Generate random numbers with various distributions in AssemblyScript

as-string-sink

27
Stars
3
Forks
Watchers

An efficient dynamically sized string buffer (aka String Builder) for AssemblyScript

as-variant

26
Stars
2
Forks
Watchers

Variant data type for AssemblyScript

asm-snippets

18
Stars
8
Forks
Watchers

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

29
Stars
3
Forks
Watchers

ASON is a data oriented algorithm designed for compact and speedy storage of AssemblyScript objects in a binary format.

as-container

22
Stars
2
Forks
Watchers

AssemblyScript version of Rust Option<T> and Result<O, E> etc.