mirror of
https://github.com/fluencelabs/interface-types
synced 2024-12-04 15:20:20 +00:00
fix(interface-types) Fix a git-merge
issue.
This commit is contained in:
parent
cd90973e72
commit
dc87c44d52
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user