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
- Host: GitHub
- URL: https://github.com/anthonybudd/webassemblyhelloworld
- Owner: anthonybudd
- License: mit
- Created: 2021-01-29T20:33:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-31T06:13:54.000Z (over 5 years ago)
- Last Synced: 2024-12-28T19:42:47.234Z (over 1 year ago)
- Language: HTML
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```