Documentation
1
2
3
4
5
6
7
8
9
10
11
# rust-client-edjLibrary-stubs

## To build Rust client edjLibrary stubs:
    cargo build --release
    lib file is created in targe/release directory.
   
##To build serverless functions in Rust. Go to examples directory/app
    
    cargo build --release --target wasm32-unknown-unknown
  
    WASM file is created in target/release directory.