# Built with AssemblyScript
A place for all things AssemblyScript. Feel free to add your projects and applications.
# Benchmarks
- webassembly-wave (opens new window) (demo (opens new window))
JavaScript vs WebAssembly performance comparison - wave equation demo (JS, C++, AssemblyScript). - Eratosthenes (opens new window)
WebAssembly examples which calculate prime by Sieve of Eratosthenes. - WasmBoy Benchmark (opens new window)
Benchmarking WasmBoy emulator. - wasm-n-body (opens new window)
WebAssembly N-body simulation benchmark (use 1000 bodies compare to original). - as-benchmarks (opens new window) (demo (opens new window))
A set of computational benchmarks (JS, AssemblyScript). - Sort Colors Benchmark (opens new window) (demo (opens new window))
Bench of sorting random colors by hue component on 2d canvas. - Wasm Mandelbrot (opens new window) (demo (opens new window))
A mandelbrot rendered using a variety of WebAssembly tools (emscripten, AssemblyScript, asm.js, etc ...) - Schelling's Segregation (opens new window) (demo (opens new window))
A set of Schelling's Segregation model simulations using combinations of WebGPU and AssemblyScript.
# Blockchain
- ASContract / subscript (opens new window)
Substrate smart contract framework written in AssemblyScript. - eWasm / Biturbo (opens new window)
Eth1 EE using Turboproofs. - ewasm / scout.ts (opens new window)
Scout is a Ethereum 2.0 Phase 2 execution prototyping engine (AssemblyScript Port). - Koinos Blockchain / koinos-sdk-as (opens new window)
AssemblyScript SDK for writing smart contracts for the Koinos Blockchain (opens new window). - Koinos Blockchain / koinos-sdk-as-examples (opens new window)
Collection of smart contract examples for the Koinos Blockchain (opens new window) written in AssemblyScript using koinos-sdk-as. - NearProtocol / near-sdk-as (opens new window)
AssemblyScript tools for writing smart contracts for NearProtocol. - GraphProtocol / graph-ts (opens new window)
TypeScript/AssemblyScript library for writing mappings for The Graph (opens new window). - ChainSafe / as-sha256 (opens new window)
AssemblyScript implementation of SHA256 for Lodestar (opens new window). - ParityTech / srml-contracts-waterfall (opens new window)
Collection of simple Substrate smart contract examples written in Rust and AssemblyScript and tests for Substrates SRML Contracts module.