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

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: 5 months 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 git@github.com:anthonybudd/WebAssemblyHelloWorld.git

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

$ node serve.js

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