mirror of
https://github.com/fluencelabs/interface-types
synced 2025-06-23 11:41:38 +00:00
fix(interface-types) Fix a git-merge
issue.
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user