alexdovzhanyn / AlchemyVM

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

Indirect function calls #15

Open alexdovzhanyn opened 5 years ago

alexdovzhanyn commented 5 years ago

Allow functions outside of a given module to be called from within -- via imports. Function definitions will need to be provided by the host environment when the module is initialized.

Module initialization should throw an error if there is not a value passed in for each import within the module.