drhelius / ossm-example-body-extension

OpenShift Service Mesh WASM body extension written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenShift Service Mesh WASM body extension written in Rust

Steps to build it

Install rust, if not already installed:

$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Install wasm32 target, if not already installed:

$ rustup target add wasm32-unknown-unknown

Build the extension:

$ make build

Build the container image:

$ make image

About

OpenShift Service Mesh WASM body extension written in Rust

License:Apache License 2.0


Languages

Language:Rust 82.7%Language:Makefile 15.8%Language:Dockerfile 1.5%