Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 688 Bytes

File metadata and controls

37 lines (24 loc) · 688 Bytes

Sample waSCC Actor

A sample waSCC actor that uses the AWS Lambda runtime capability provider.

This actor is identical to the Krustlet Uppercase demo.

Build

Install NKeys

cargo install nkeys --features "cli"

Generate Keys

make keys

Add wasm32-unknown-unknown Compilation Target

rustup target add wasm32-unknown-unknown

Install WASCAP

cargo install wascap --features "cli"

Build Actor

make release