Skip to content

Built with AssemblyScript

Max Graey edited this page Mar 12, 2019 · 32 revisions

A place for all things AssemblyScript. Feel free to add your projects and applications, in alphabetical order.

Emulators

  • wasmBoy
    A WebAssembly Gameboy Emulator.

Libraries

  • bignum.wasm
    Fixed length big numbers like u128, i256, fp128 and etc for AssemblyScript 🚀

  • xoroshiro128starstar
    An AssemblyScript port of xoroshiro128starstar.c

  • assemblyscript-bson
    BSON encoder / decoder

  • assemblyscript-json
    JSON encoder / decoder

  • Wasm Crypto
    An AssemblyScript set of cryptographic primitives for building authentication and key exchange protocols.

  • as2d
    Bring the power of the CanvasRenderingContext2D prototype to AssemblyScript

  • AS-LZMA
    LZMA Decoder written in AssemblyScript

Others

Benchmarks

Testing frameworks

  • As-pect
    A simple test library for AssemblyScript

Playgrounds

  • Assembleash
    A playground for WebAssembly and Typescript-like languages.

  • WebAssembly Studio
    Learn, Teach, Work and Play in the WebAssembly Studio.

  • Fastly Terrarium
    A compilation toolchain and sandbox to run WebAssembly server-side, with native support for AssemblyScript.