Skip to content

Commit

Permalink
all examples in script, and lockfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
StuartHarris committed Oct 17, 2024
1 parent 75da964 commit 0d0184d
Show file tree
Hide file tree
Showing 5 changed files with 508 additions and 521 deletions.
12 changes: 9 additions & 3 deletions crux_cli/codegen.fish
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
#!/usr/bin/env fish

cargo build
pushd ../examples/counter
../../target/debug/crux codegen --lib shared
popd

for d in ../examples/*
echo ""
echo "---------------"
echo "Public API for $d"
pushd $d
../../target/debug/crux codegen --lib shared
popd
end
Loading

0 comments on commit 0d0184d

Please sign in to comment.