fix(interface-types) Fix a git-merge issue.

This commit is contained in:
Ivan Enderlin 2020-04-02 12:16:30 +02:00
parent cd90973e72
commit dc87c44d52

View File

@ -27,7 +27,7 @@ pub enum Instruction {
/// The `call-core` instruction.
CallCore {
/// The function index.
function_index: usize,
function_index: u32,
},
/// The `s8.from_i32` instruction.