pub fn get_module_from_entry_points(
    entry_point_names: Vec<&str>,
    module: Module
) -> Result<Vec<u8>, Error>
Expand description

Creates new wasm module from entry points.