Ecosyste.ms: Awesome
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: 6 days 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 (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-31T06:13:54.000Z (almost 4 years ago)
- Last Synced: 2024-11-07T16:12:04.735Z (about 2 months 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 [email protected]:anthonybudd/WebAssemblyHelloWorld.git$ ./node_modules/.bin/wa compile -o HelloWorld.wasm HelloWorld.c
$ node serve.js
$ open http://localhost:8000
```