export builders doc effort

This commit is contained in:
NikVolf
2018-01-09 12:53:20 +03:00
parent 6d55afe3ee
commit a0c3f27b32
2 changed files with 13 additions and 1 deletions

View File

@ -16,7 +16,7 @@ pub use self::code::{
FunctionBuilder, TypeRefBuilder, FuncBodyBuilder, FunctionDefinition,
};
pub use self::data::DataSegmentBuilder;
pub use self::export::{export, ExportBuilder};
pub use self::export::{export, ExportBuilder, ExportInternalBuilder};
pub use self::global::{global, GlobalBuilder};
pub use self::import::{import, ImportBuilder};
pub use self::invoke::Identity;