Start defining the return type.

This commit is contained in:
Tom Alexander
2023-12-24 01:35:21 -05:00
parent b3f97dbb40
commit 2d5593681f
6 changed files with 47 additions and 3 deletions

4
src/wasm/mod.rs Normal file
View File

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