# finlib

# FFI

## Python

```
cd pyfinlib
source .venv/bin/activate
maturin develop
```

## WASM

```
cd finlib-wasm
wasm-pack build
```