Expand description
A crate for generating WebAssembly modules that can be executed using the Owi symbolic runtime
Macros§
- main
main!is used to setup the_startfunction and, when compiling forwasm32-unknown-unknownit also sets up the panic handler.
Functions§
- assert
- Add an assertion to the verifier
- assume
- Add an assumption to the verifier
- f32
- Create an
f32symbolic value - f64
- Create an
f64symbolic value - i8
- Create an
i8symbolic value - i32
- Create an
i32symbolic value - i64
- Create an
i64symbolc value - u8
- Create a
u8symbolic value - u32
- Create a
u32symbolic value - u64
- Create a
u64symbolic value