from Wasm Module
Creates a FileReader that reads files from memory. The wasmModule parameter is the content of the wasm module file. The baseFileReader parameter is an optional FileReader that will be used to read files that are not the wasm module. If baseFileReader is not specified, then an error will be returned when a file other than the wasm module is read.
Return
A FileReader that reads files from memory.
Parameters
wasm Module
The content of the wasm module file.
base File Reader
An optional FileReader that will be used to read files that are not the wasm module.