Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/anthonybudd/webassemblyhelloworld

This is a very simple project for getting started with the WebAssembly NPM Module
https://github.com/anthonybudd/webassemblyhelloworld

Last synced: 6 days ago
JSON representation

This is a very simple project for getting started with the WebAssembly NPM Module

Awesome Lists containing this project

README

        


webassembly

# WebAssembly Hello World

This is a very simple project for getting started with the [WebAssembly NPM Module](https://www.npmjs.com/package/webassembly). This repo is just some personal notes from my experiments with WebAssembly.

```sh
$ git clone [email protected]:anthonybudd/WebAssemblyHelloWorld.git

$ ./node_modules/.bin/wa compile -o HelloWorld.wasm HelloWorld.c

$ node serve.js

$ open http://localhost:8000
```