Define a wasm document.

This commit is contained in:
Tom Alexander
2023-12-24 13:18:06 -05:00
parent 2d5593681f
commit 53320070da
4 changed files with 27 additions and 7 deletions

View File

@@ -1,4 +1,5 @@
mod document;
mod macros;
mod parse_result;
pub(crate) use parse_result::ParseResult;