asolana
asolana
we have a pre-commit hook for cargo fmt. Add a setup script that devs can run to setup that hook.
Known failing tests will be added to help contributors work on specific tasks. Once that task is done the failing test will be enabled. In the mean time developers should...
Add initial plumbing to support mvir verification when mvir-llvm-compiler is supplied an .mvir file
Driver program for move-bytecode frontend. `move-mv-llvm-compiler` takes move-bytecode as input and targets llvm supported back ends. ``` /target/debug/move-mv-llvm-compiler -b function.mv -o a ``` Create a standalone driver program to take...