Skip to content
This repository has been archived by the owner on Jun 23, 2020. It is now read-only.
/ wasm-plugins Public archive

A collection of WASM plugins for ZoKrates

License

Notifications You must be signed in to change notification settings

Zokrates/wasm-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wasm-plugins

A collection of WASM plugins for ZoKrates

Building

Make sure that you have nightly and wasm32-unknown-unknown as a target:

$ rustup toolchain install nightly
$ rustup target add wasm32-unknown-unknown

Then simply build the plugins with:

$ cargo build

Adding plugins

Add a directory containing the rust project for your plugin. It will be compiled automatically.

About

A collection of WASM plugins for ZoKrates

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages