AssemblyScript / examples

A collection of AssemblyScript examples.
https://assemblyscript.org
MIT License
287 stars 50 forks source link
assemblyscript wasm webassembly

AssemblyScript Examples

Actions Status

Instructions

This repository contains one example per directory. All examples can be obtained by cloning the repository:

$> git clone https://github.com/AssemblyScript/examples.git
$> cd examples

Afterwards, select the example you'd like to run and follow the instructions in its README file.

Low-level perspective

The following examples make use of AssemblyScript's low-level capabilities, i.e. to essentially write WebAssembly with a nicer syntax.

High-level perspective

These examples cover slightly higher level aspects, like working with managed objects or interfacing with them.

Libraries

Various WebAssembly or AssemblyScript features as a library.

Features

General examples showing how to utilize specific AssemblyScript features.

Additional resources