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

https://github.com/sendilkumarn/generator-wasm-app

A Generator for WebAssembly applications
https://github.com/sendilkumarn/generator-wasm-app

javascript parcel rust rust-and-webassembly scaffolder wasm wasm-bindgen wasm-pack webassembly webpack yeoman-generator

Last synced: 6 months ago
JSON representation

A Generator for WebAssembly applications

Awesome Lists containing this project

README

          

# wasm-app [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url]

## Installation

```bash
npm install -g generator-wasm-app
```

## Usage

Then generate your new project, by answering the questions.

```bash
wasm-app
```

Languages supported - Rust

Bundlers supported - Webpack / Parcel

## License

MIT © [Sendil Kumar]()

[npm-image]: https://badge.fury.io/js/generator-wasm-app.svg
[npm-url]: https://npmjs.org/package/generator-wasm-app
[travis-image]: https://travis-ci.org/sendilkumarn/generator-wasm-app.svg?branch=master
[travis-url]: https://travis-ci.org/sendilkumarn/generator-wasm-app