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.
- Host: GitHub
- URL: https://github.com/imbenrabi/rust-wasm-webpack-starter
- Owner: imbenrabi
- Created: 2022-02-13T10:19:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-19T12:44:19.000Z (over 4 years ago)
- Last Synced: 2025-07-30T17:52:35.801Z (11 months ago)
- Topics: eslint, rust, typescript, wasm-bindgen, webpack
- Language: JavaScript
- Homepage:
- Size: 58.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```