Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (12 loc) · 300 Bytes

kewasm-lemmas.md

File metadata and controls

15 lines (12 loc) · 300 Bytes

KEwasm Lemmas

These lemmas aid in verifying Ewasm programs behavior. They are part of the trusted base, and so should be scrutinized carefully.

requires "kwasm-lemmas.k"
requires "kewasm-lemmas.k"

module KEWASM-LEMMAS
  imports EWASM-TEST
  imports KWASM-LEMMAS
endmodule