Update Lightbeam for various API changes.

This commit is contained in:
Dan Gohman
2019-10-02 10:10:32 -07:00
parent 9757f7194c
commit 8d52e389f8
3 changed files with 28 additions and 6 deletions

View File

@@ -153,6 +153,10 @@ pub enum CompileError {
/// A compilation error occured.
#[fail(display = "Compilation error: {}", _0)]
Codegen(CodegenError),
/// A compilation error occured.
#[fail(display = "Debug info is not supported with this configuration")]
DebugInfoNotSupported,
}
/// An implementation of a compiler from parsed WebAssembly module to native code.