start bytecode compilation

This commit is contained in:
nora 2021-12-29 17:00:30 +01:00
parent b35d12e041
commit c6765d7da6
14 changed files with 342 additions and 46 deletions

2
clippy.toml Normal file
View file

@ -0,0 +1,2 @@
# we want to use our custom type from `values.rs`, so that consumers can choose between which HashMap they want
disallowed-types = ["std::collections::HashMap", "std::collections::HashSet"]