Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wormtql/procrustes-analysis-wasm

a rust wasm demo implementing procrustes analysis
https://github.com/wormtql/procrustes-analysis-wasm

Last synced: about 2 months ago
JSON representation

a rust wasm demo implementing procrustes analysis

Awesome Lists containing this project

README

        

# procrustes-analysis-wasm

## build web assembly
make sure you have rust wasm toolchain installed
```bash
cd wasm/rust-wasm
wasm-pack build
```
and you'll notice a pkg directory generated

## install dependencies
```bash
npm install
```
the wasm dependency is also included

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).