alexdovzhanyn / AlchemyVM

WebAssembly Virtual Machine Built In Elixir
MIT License
189 stars 5 forks source link

Data section segments should be reflected in memory #28

Closed alexdovzhanyn closed 5 years ago

alexdovzhanyn commented 5 years ago

Right now we're not doing anything with the values present in the data section. These values should actually initialize the specified location in memory with the given value.