doc(interface-types) Improve module descriptions.

This commit is contained in:
Ivan Enderlin
2020-02-10 15:27:04 +01:00
parent 74a46288ce
commit a8da95b339
4 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,5 @@
//! A stack-based interpreter to execute instructions of WIT adapters.
mod instruction;
mod instructions;
pub mod stack;