mirror of
https://github.com/fluencelabs/wasm-utils
synced 2025-06-01 09:01:21 +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),
|
||||
"unreachable" => Ok(InstructionType::Unreachable),
|
||||
"nop" => Ok(InstructionType::Nop),
|
||||
"currrent_mem" => Ok(InstructionType::CurrentMemory),
|
||||
"current_mem" => Ok(InstructionType::CurrentMemory),
|
||||
"grow_mem" => Ok(InstructionType::GrowMemory),
|
||||
_ => Err(UnknownInstruction),
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user