mirror of
https://github.com/fluencelabs/wasm-utils
synced 2025-06-02 17:41:20 +00:00
Fixed typo
This commit is contained in:
parent
a4ff19d358
commit
187844f79d
@ -62,7 +62,7 @@ impl ::std::str::FromStr for InstructionType {
|
|||||||
"reinterpret" => Ok(InstructionType::Reinterpretation),
|
"reinterpret" => Ok(InstructionType::Reinterpretation),
|
||||||
"unreachable" => Ok(InstructionType::Unreachable),
|
"unreachable" => Ok(InstructionType::Unreachable),
|
||||||
"nop" => Ok(InstructionType::Nop),
|
"nop" => Ok(InstructionType::Nop),
|
||||||
"currrent_mem" => Ok(InstructionType::CurrentMemory),
|
"current_mem" => Ok(InstructionType::CurrentMemory),
|
||||||
"grow_mem" => Ok(InstructionType::GrowMemory),
|
"grow_mem" => Ok(InstructionType::GrowMemory),
|
||||||
_ => Err(UnknownInstruction),
|
_ => Err(UnknownInstruction),
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user