In the description of 4.5.3 Allocation (page 77), it says
New instances of functions, tables, memories, globals, and modules are allocated in a store S
But in 4.2.2 Store, modules is not specified in the Store structure.
Is module instances still resides in the Store, or there's other mechanism that I didn't mentioned?
In the description of
4.5.3 Allocation (page 77), it saysBut in
4.2.2 Store, modules is not specified in the Store structure.Is module instances still resides in the Store, or there's other mechanism that I didn't mentioned?