0.0.1 • Published 1 year ago
@testfleek/sgx-quote-verify-wasm-2 v0.0.1
SGX Quote Verification in WASM
Overview
This is a WASM package for performing remote attestations for SGX. It depends on the crate: https://github.com/fleek-network/fleek-sgx
Building the WASM package
- Install
wasm-pack:
cargo install wasm-pack- Build for NodeJS:
wasm-pack build --target nodejs0.0.1
1 year ago