https://github.com/php-perfect/aviation-calculator-wasm
Aviation Calculator Web Assembly Package
https://github.com/php-perfect/aviation-calculator-wasm
Last synced: 5 months ago
JSON representation
Aviation Calculator Web Assembly Package
- Host: GitHub
- URL: https://github.com/php-perfect/aviation-calculator-wasm
- Owner: php-perfect
- License: mit
- Created: 2023-04-18T20:09:07.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-23T22:56:51.000Z (over 2 years ago)
- Last Synced: 2025-08-27T12:40:39.873Z (6 months ago)
- Language: Rust
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## About
This repository provides WASM bindings for the Aviation Calculator as well as a build workflow to publish it as a npm
package that can be used in JS projects.
## Usage
### 🔬 Dev Build
```
wasm-pack build --dev --scope php-perfect -- --features console_error_panic_hook
```
### 🛠️ Prod Build
```
wasm-pack build --release --scope php-perfect
```
### 🔬 Test in Headless Browsers
```
wasm-pack test --headless --firefox
```