Implement call_indirect signature checking.
The call_indirect.wast spec test now passes.
This commit is contained in:
@@ -36,6 +36,7 @@ extern crate cranelift_wasm;
|
||||
#[cfg(not(feature = "std"))]
|
||||
#[macro_use]
|
||||
extern crate alloc;
|
||||
extern crate cast;
|
||||
|
||||
mod compilation;
|
||||
mod environ;
|
||||
|
||||
Reference in New Issue
Block a user