Skip to content

Commit

Permalink
update ulm-wasm entrypoint to include WASM-TEXT
Browse files Browse the repository at this point in the history
  • Loading branch information
sskeirik committed Nov 26, 2024
1 parent 1228bfa commit b7fc79e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pykwasm/src/pykwasm/kdist/wasm-semantics/ulm-wasm.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
```k
requires "wasm.md"
requires "wasm-text.md"
requires "ulm.k"
```

Expand All @@ -11,7 +11,11 @@ endmodule

```k
module ULM-WASM
imports WASM
imports WASM-TEXT
imports ULM
configuration <ulm-wasm>
<wasm/>
</ulm-wasm>
endmodule
```

0 comments on commit b7fc79e

Please sign in to comment.