Skip to content

Commit

Permalink
Distinguish the core index spaces in WebAssembly 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewagner committed Oct 18, 2023
1 parent 834cbb4 commit 3bde2cc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion design/mvp/Explainer.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,16 @@ executing a component, there are 5 component-level index spaces:
* component instances
* components

and 7 core index spaces:
5 core index spaces that also exist in WebAssembly 1.0:
* (core) functions
* (core) tables
* (core) memories
* (core) globals
* (core) types

and 2 additional core index spaces that contain core definition introduced by
the Component Model that are not in WebAssembly 1.0 (yet: the [module-linking]
proposal would add them):
* module instances
* modules

Expand Down

0 comments on commit 3bde2cc

Please sign in to comment.