Skip to content

Commit

Permalink
Fixed rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewJohnHeath committed Aug 30, 2024
1 parent 7592132 commit 95b80f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions crates/compiler/module/src/symbol.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1688,10 +1688,10 @@ define_builtins! {
15 CRYPT: "Crypt" =>{
0 CRYPT_SHA256: "Sha256" exposed_type=true
1 CRYPT_EMPTY_STRUCT: "EmptyStruct" exposed_type=true
2 CRYPT_DIGEST256: "Digest256" exposed_type=true
3 CRYPT_EMPTY_SHA256: "emptySha256"
4 CRYPT_ADD_BYTES: "addBytes"
5 CRYPT_DIGEST: "digest"
3 CRYPT_DIGEST256: "Digest256" exposed_type=true
4 CRYPT_EMPTY_SHA256: "emptySha256"
5 CRYPT_ADD_BYTES: "addBytes"
6 CRYPT_DIGEST: "digest"
}

num_modules: 17 // Keep this count up to date by hand! (TODO: see the mut_map! macro for how we could determine this count correctly in the macro)
Expand Down

0 comments on commit 95b80f4

Please sign in to comment.