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.
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.