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

snake-assemblyscript-ds

22
Stars
0
Forks
Watchers

Snake DS written in AssemblyScript

counter-as

33
Stars
27
Forks
Watchers

Increment and decrement a counter with this simple smart contract via a web page.

token-contract-as

22
Stars
21
Forks
Watchers

Implementation of token contract similar to ERC20.

wasm-4-tutorial-games

21
Stars
9
Forks
Watchers

A collection of small games for the Fantasy Console WASM-4

mStable-subgraphs-monorepo

15
Stars
8
Forks
Watchers

🌐 All mStable subgraphs in one handy monorepo.

wasm-mandelbrot

55
Stars
9
Forks
Watchers

A mandelbrot rendered using a variety of WebAssembly tools (emscripten, AssemblyScript, asm.js, etc ...)

assemblyscript-tutorial

39
Stars
0
Forks
Watchers

Learning about webassembly

Full-operating-system

16
Stars
3
Forks
Watchers

After 2-3 months of working earnestly am done creating a full operating system, using C, assembly language and the likes, please feel free to learn from this , i was inspired by a book, use the readme...

msgpack-as

15
Stars
1
Forks
Watchers

MessagePack implementation with AssemblyScript for WebAssembly