This PR adds several components to a Module. I think this completely covers the spec. The most important of these are the mems and data fields which are needed for use of data on the heap.
Note that many of the structs defined for fields of Module still need to be filled in.
This PR adds several components to a
Module
. I think this completely covers the spec. The most important of these are themems
anddata
fields which are needed for use of data on the heap.Note that many of the structs defined for fields of
Module
still need to be filled in.