Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thescientist13/web-assembly-example

A sandbox for playing around with Web Assembly
https://github.com/thescientist13/web-assembly-example

Last synced: 9 days ago
JSON representation

A sandbox for playing around with Web Assembly

Awesome Lists containing this project

README

        

# web-assembly-example

## Overview
A simple project to start playing around with [Web Assembly](https://developer.mozilla.org/en-US/docs/WebAssembly).

## Getting Started
Based on this [example](https://github.com/mdn/webassembly-examples/blob/master/other-examples/simple-name-section.wasm)
1. Install [Node](https://nodejs.org/)
1. Install dependencies `npm install`
3. Start it up! `npm start`