From ceb79f177722f3bf75fdf91e120f1a6b0d4e3bc7 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 4 Mar 2016 12:00:46 -0800 Subject: Remove the nonstandard load_global and store_global opcodes. --- BinaryEncoding.md | 2 -- 1 file changed, 2 deletions(-) (limited to 'BinaryEncoding.md') diff --git a/BinaryEncoding.md b/BinaryEncoding.md index 80b14d6..19715fe 100644 --- a/BinaryEncoding.md +++ b/BinaryEncoding.md @@ -314,8 +314,6 @@ out of range, `br_table` branches to the default target. | `f32.const` | `0x0d` | value = `uint32` | a constant value interpreted as `f32` | | `get_local` | `0x0e` | local_index = `varuint32` | read a local variable or parameter | | `set_local` | `0x0f` | local_index = `varuint32` | write a local variable or parameter | -| `load_global` | `0x10` | index = `varuint32` | * nonstandard internal opcode | -| `store_global` | `0x11` | index = `varuint32` | * nonstandard internal opcode | | `call` | `0x12` | function_index = `varuint32` | call a function by its index | | `call_indirect` | `0x13` | signature_index = `varuint32` | call a function indirect with an expected signature | | `call_import` | `0x09` | import_index = `varuint32` | call an imported function by its index | -- cgit v1.2.3