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

https://github.com/imbenrabi/rust-wasm-webpack-starter

Rust, WASM, TS, bundled with Webpack.
https://github.com/imbenrabi/rust-wasm-webpack-starter

eslint rust typescript wasm-bindgen webpack

Last synced: 3 months ago
JSON representation

Rust, WASM, TS, bundled with Webpack.

Awesome Lists containing this project

README

          

# Rust - WASM - Webpack Starter

## Installation

```sh
yarn
```

## Starting a dev server

```sh
yarn start
```

Will watch both Typescript and Rust

## Building for production

```sh
yarn build
```