0xMiden / 0xMiden/compiler

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

Aberta
#214 2 comentários 0 reações 1 responsável Reivindicada por @greenhat Ver no GitHub
testing
Linguagem predominante
Rust
Estrelas
115
Forks
84
Merge médio
1d 8h
PRs com merge (30d)
15

Descrição

### 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.

Guia de contribuição

Abrir o guia de contribuição

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.