Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Feavy/AssemblyScript-Test

Just some tests with AssemblyScript.
https://github.com/Feavy/AssemblyScript-Test

assemblyscript webassembly webassembly-demo

Last synced: 2 months ago
JSON representation

Just some tests with AssemblyScript.

Awesome Lists containing this project

README

        

# AssemblyScript Test
Just some tests with AssemblyScript and AssemblyScript Loader.

## Installing

```
git clone https://github.com/Feavy/AssemblyScript-Test.git
cd AssemblyScript-Test
npm install
```

## Building

```
npm run asbuild
```

## Running

```
python -m http.server
```

Then go to `http://localhost:8000`