dgn / header-append-filter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 extension.wasm was created in the current directory.

About

License:Apache License 2.0


Languages

Language:Rust 44.2%Language:Shell 36.4%Language:Makefile 18.1%Language:Dockerfile 1.3%