MikeInnes / WebAssembly.jl

Other
83 stars 11 forks source link

Module extras #8

Closed tshort closed 6 years ago

tshort commented 6 years ago

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.