runtimeverification / wasm-semantics

A Prototype Formal Semantics of WebAssembly in K
Other
74 stars 18 forks source link

Set up Nix flake build #622

Closed Baltoli closed 2 months ago

Baltoli commented 2 months ago

This PR sets up a Nix flake build and associated CI workflows for the WASM semantics that will allow us to do similar for the MX- projects, and to get KWASM from kup. It is a revised version of #604 that accommodates @tothtamas28's recent changes to the Python packaging of the semantics; broadly speaking the changes are very similar and largely relate to different paths and environment variables being necessary for the Python-packaged version.