Skip to content

maistra/header-append-filter

maistra-2.4
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Simple WASM 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

A file named plugin.wasm was created in the current directory.