Skip to content

Commit

Permalink
Merge pull request #1873 from webmaster128/export-compile-error
Browse files Browse the repository at this point in the history
Add missing re-exports CompileError, WasmError and ParseCpuFeatureError
  • Loading branch information
syrusakbary authored Dec 4, 2020
2 parents 7a4ad45 + 31cfa49 commit 5937b37
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/api/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ pub use target_lexicon::{Architecture, CallingConvention, OperatingSystem, Tripl
pub use wasmer_compiler::{
wasmparser, CompilerConfig, FunctionMiddleware, MiddlewareReaderState, ModuleMiddleware,
};
pub use wasmer_compiler::{CpuFeature, Features, Target};
pub use wasmer_compiler::{
CompileError, CpuFeature, Features, ParseCpuFeatureError, Target, WasmError,
};
pub use wasmer_engine::{
ChainableNamedResolver, DeserializeError, Engine, Export, FrameInfo, LinkError, NamedResolver,
NamedResolverChain, Resolver, RuntimeError, SerializeError,
Expand Down

0 comments on commit 5937b37

Please sign in to comment.