mirror of
https://github.com/fluencelabs/rbac
synced 2025-04-24 10:42:15 +00:00
11 lines
174 B
Bash
Executable File
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/
|
|
) |