Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wormtql/procrustes-analysis-wasm
- Owner: wormtql
- Created: 2020-02-01T10:43:44.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-20T22:03:19.000Z (almost 2 years ago)
- Last Synced: 2024-04-24T05:27:45.840Z (8 months ago)
- Language: Vue
- Homepage:
- Size: 2.75 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
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/).