Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 436 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 436 Bytes

verified-count-vowels

A formally verified Extism count_vowels implementation in Coq, extracted to Haskell

The Coq source can be found in CountVowels.v, during the build process the code is extracted to src/CountVowels.hs.

Building

You will need wasm32-wasi-ghc, then:

$ make build

Testing

$ make test