mirror of
https://github.com/fluencelabs/wasmer
synced 2025-04-27 19:32:14 +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.
|
/// The `call-core` instruction.
|
||||||
CallCore {
|
CallCore {
|
||||||
/// The function index.
|
/// The function index.
|
||||||
function_index: usize,
|
function_index: u32,
|
||||||
},
|
},
|
||||||
|
|
||||||
/// The `s8.from_i32` instruction.
|
/// The `s8.from_i32` instruction.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user