alexdovzhanyn / AlchemyVM

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

Expose an API for interacting directly with a module's memory #25

Closed alexdovzhanyn closed 5 years ago

alexdovzhanyn commented 5 years ago

It should work similarly to how the browser allows Javascript code to access wasm memory. This will allow more dynamic applications to be built on top of the virtual machine (such as things that interact with a database).

OvermindDL1 commented 5 years ago

Plus flat out serialization in or out of the system. ^.^

alexdovzhanyn commented 5 years ago

Added in #27