Use types to distinguish between wasm function body indices and wasm function indices.
This commit is contained in:
@@ -23,6 +23,7 @@ extern crate term;
|
||||
|
||||
cfg_if! {
|
||||
if #[cfg(feature = "wasm")] {
|
||||
extern crate cranelift_entity;
|
||||
extern crate cranelift_wasm;
|
||||
extern crate wabt;
|
||||
mod wasm;
|
||||
|
||||
Reference in New Issue
Block a user