pub fn get_module_from_entry_points( entry_point_names: Vec<&str>, module: Module ) -> Result<Vec<u8>, Error>
Creates new wasm module from entry points.