Fix imports for wasm.

This commit is contained in:
Tom Alexander
2023-12-27 08:49:34 -05:00
parent c717541099
commit 55ad136283
4 changed files with 7 additions and 8 deletions

View File

@@ -62,7 +62,7 @@ mod underline;
mod verbatim;
mod verse_block;
pub(crate) use parse_result::wasm_parse_org;
pub(crate) use parse_result::ParseResult;
pub use parse_result::wasm_parse_org;
pub use parse_result::ParseResult;
pub(crate) use to_wasm::ToWasm;
pub(crate) use to_wasm::ToWasmContext;