We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 139d4c0 commit 6bf7ce2Copy full SHA for 6bf7ce2
notes/bytecode-initial.md
@@ -188,12 +188,11 @@ struct Module {
188
|bigint- | 07|BigUInt | |
189
|object | 08|Object | |
190
|array | 09|Array<Any> | |
191
-|function | 0A|Function |the last constant is a return|
192
-|**operators:**| | | |
193
-|local_ref | 0B|u32 |consts[i] |
194
-|arg_ref | 0C|u32 |args[i] |
+|local_ref | 0A|u32 |consts[i] |
+|arg_ref | 0B|u32 |args[i] |
+|function | 0C|Function |the last constant is a return|
195
196
-These commands covers DJS. We will extend the command set in the future.
+`[0, B]` commands covers DJS.
197
198
## Architecture
199
0 commit comments