Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thescientist13/web-assembly-example
- Owner: thescientist13
- License: mit
- Created: 2017-12-13T00:42:26.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-13T01:33:54.000Z (almost 7 years ago)
- Last Synced: 2024-10-06T23:21:29.234Z (about 1 month ago)
- Language: HTML
- Homepage: https://thegreenhouseio.blog
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`