Add standard properties to wasm.

This commit is contained in:
Tom Alexander
2023-12-24 15:26:45 -05:00
parent 53320070da
commit 310ab2eab2
2 changed files with 20 additions and 0 deletions

View File

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