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

https://github.com/evops-sum25/evops-client-ext

An extension for EvOps clients to ease the interaction with the back end 🔗
https://github.com/evops-sum25/evops-client-ext

api evops extism ffi markdown parser protobuf rust uniffi wasm

Last synced: 2 months ago
JSON representation

An extension for EvOps clients to ease the interaction with the back end 🔗

Awesome Lists containing this project

README

          

# EvOps / Client Extension

### UniFFI (Kotlin)

```shell
cargo ndk \
--output-dir=../app/src/main/jniLibs \
--target=armeabi-v7a \
--target=arm64-v8a \
--target=x86 \
--target=x86_64 \
build --lib --release

cargo run --package=evops-uniffi --release -- \
generate --language=kotlin --out-dir=../app/src/main/kotlin/ --no-format --library target/release/libevops.so
```

`../app/src/main/kotlin/uniffi/`

### Extism

```shell
cargo build --package=evops-extism --release --target=wasm32-unknown-unknown
```

`target/wasm32-unknown-unknown/release/evops.wasm`