/// Rewire WASI functions.
/// If there are no functions found for replacement, the module processing will not happen.
/// This is done to avoid any modification if the ic-wasi-polyfill library was not included in the build.
///
/// returns true if the module was modified
/// Convenience function to get the list of functions imported
///
/// returns pairs of values: (module name, function name)