/** * Stub file, replaced at compile time with the environment-appropriate * WASM loader. See 'build' macros in package.json#scripts for details. */ const wasm = new Uint8Array(0); export default wasm;