mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-05-01 17:57:58 +00:00
Fixed typo
This commit is contained in:
+1
-1
@@ -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),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user