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

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

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
```