mirror of
https://github.com/fluencelabs/wasmer
synced 2025-03-16 16:20:49 +00:00
fix(interface-types) Fix a git-merge
issue.
This commit is contained in:
parent
bac56a6e0b
commit
f8507533fb
@ -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…
x
Reference in New Issue
Block a user