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 🔗
- Host: GitHub
- URL: https://github.com/evops-sum25/evops-client-ext
- Owner: evops-sum25
- License: other
- Created: 2025-06-03T09:52:10.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-07-19T17:57:38.000Z (3 months ago)
- Last Synced: 2025-07-19T20:52:45.393Z (3 months ago)
- Topics: api, evops, extism, ffi, markdown, parser, protobuf, rust, uniffi, wasm
- Language: Rust
- Homepage:
- Size: 94.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 --releasecargo 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`