DLR-FT/wasm-interpreter

Design guidelines RFC

Open

#158 opened on Apr 9, 2025

View on GitHub
 (1 comment) (0 reactions) (1 assignee)Rust (5 forks)auto 404
documentationhelp wantedpriority-low

Repository metrics

Stars
 (37 stars)
PR merge metrics
 (PR metrics pending)

Description

Currently our interpreter is missing a formal design guideline specification for software development. Both in our codebase and between our codebase and the Wasm spec are a lot of inconsistencies right now.

To resolve these a set of common design guidelines must be specified. This issue acts as an RFC to collect possibly-relevant guidelines.

Contributor guide