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

https://github.com/shankscript/wasm-starter-kit

A bare minimal kit to start working with Webassembly.
https://github.com/shankscript/wasm-starter-kit

c cpp debug starter starter-kit wasm wasm-bootstrap wasm-example wasm-framework web webassembly webassembly-tutorial

Last synced: 7 months ago
JSON representation

A bare minimal kit to start working with Webassembly.

Awesome Lists containing this project

README

          

![image](https://webassembly.org/css/webassembly.svg)
##
A bare minimal kit to start working with Webassembly.

## Prerequisite
- Install Emscripten SDK -[Emscripten Installation](https://webassembly.org/getting-started/developers-guide/)
- Make sure you have sufficient environment variable setup as explained in Emscripten SDK installation guide

## Usage
```
git cone this repo
npm install
npm build
npm start
browse - http://localhost:8888/
```
## Demo
[Link](https://shankscript.github.io/wasm-starter-kit/dist/)