Define a "table" concept.
"Table" is to WebAssembly tables as "Heap" is to WebAssembly linear memories.
This commit is contained in:
@@ -33,3 +33,6 @@ jump_table = EntityRefKind(
|
||||
|
||||
#: A reference to a heap declared in the function preamble.
|
||||
heap = EntityRefKind('heap', 'A heap.')
|
||||
|
||||
#: A reference to a table declared in the function preamble.
|
||||
table = EntityRefKind('table', 'A table.')
|
||||
|
||||
Reference in New Issue
Block a user