Skip to content

Releases: atgeller/Wasm-prechk

Thesis Reference Implementation

29 Oct 21:20
Compare
Choose a tag to compare

This is the release corresponding to the reference implementation mentioned in Adam's MSc thesis (https://doi.org/10.14288/1.0392977).

PLDI SRC Model

13 Mar 23:56
3203fcb
Compare
Choose a tag to compare

This is an initial model of the Wasm-prechk type system. It supports most of WebAssembly except for floating point numbers and certain bit operations. Module typing is also currently in progress and not included in this release.

Examples of the type system in use can be found in IndexTypeTests.rkt, and the type rules can be found in IndexTypingRules.rkt.