Skip to content

Commit

Permalink
Prevent weird emit-contract-bytes crash
Browse files Browse the repository at this point in the history
  • Loading branch information
virgil-serbanuta committed Nov 19, 2024
1 parent 2940581 commit 5925939
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ulm-semantics/targets/execution/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,15 @@ module ULM-TARGET-CONFIGURATION
imports RUST-EXECUTION-CONFIGURATION
imports ULM-CONFIGURATION
imports ULM-FULL-PREPROCESSED-CONFIGURATION
imports ULM-PREPROCESSING-EPHEMERAL-CONFIGURATION
configuration
<ulm-preprocessing-ephemeral/>
<ulm-full-preprocessed/>
<ulm/>
<execution/>
<k/>
endmodule
```
6 changes: 6 additions & 0 deletions ulm-semantics/targets/execution/ulm-target.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,26 @@
```k
requires "../../main/decoding.md"
requires "../../main/encoding.md"
requires "../../main/execution.md"
requires "../../main/preprocessing.md"
requires "configuration.md"
requires "rust-semantics/rust-common.md"
requires "rust-semantics/rust-common-syntax.md"
module ULM-TARGET-SYNTAX
endmodule
module ULM-TARGET
imports private RUST-COMMON
imports private ULM-DECODING
imports private ULM-ENCODING
imports private ULM-EXECUTION
imports private ULM-PREPROCESSING
imports private ULM-SEMANTICS-HOOKS-TO-ULM-FUNCTIONS
imports private ULM-TARGET-CONFIGURATION
endmodule
```

0 comments on commit 5925939

Please sign in to comment.