Add, and move setup to, wrapper func for each user func. Next need to actually call the non-wrapper version if applicable...

This commit is contained in:
Nathan Braswell
2022-04-19 02:00:56 -04:00
parent 5cdaafebe2
commit c2dbac67f5
2 changed files with 56 additions and 71 deletions

View File

@@ -25,6 +25,13 @@ cargo build
cargo build --release
popd
pushd rust_let
cargo build --target=wasm32-wasi
cargo build --release --target=wasm32-wasi
cargo build
cargo build --release
popd
pushd clojure_fib
lein uberjar
popd