0xMiden / 0xMiden/compiler

Fuzz the compiler with a non-trivial code but not overly complex

Abierto
#214 2 comentarios 0 reacciones 1 asignado Reclamado por @greenhat Ver en GitHub
testing
Lenguaje dominante
Rust
Estrellas
115
Forks
84
Merge medio
1 d 8 h
PR fusionados (30 d)
15

Descripción

### Motivation
To fill the gap between manually written Wasm (too simple) and Rust programs using the malloc (too complex to debug) in our tests. We need something in the middle to cover a non-trivial control flow and memory ops (byte vs. word memory addressing), etc.

### Implementation details
Generate the Wasm code with `wasm-smith`, compile it to MASM and run them both, comparing the runtime state (stack, memory) afterward.

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.