rbac/build.sh
2020-12-23 18:41:37 +03:00

11 lines
174 B
Bash
Executable File

(
cd provider
fce build
cp target/wasm32-wasi/debug/rbac_provider.wasm ../artifacts/
)
(
cd verifier
fce build
cp target/wasm32-wasi/debug/rbac_verifier.wasm ../artifacts/
)