1// Copyright 2021 The Emscripten Authors. All rights reserved. 2// Emscripten is available under two separate licenses, the MIT license and the 3// University of Illinois/NCSA Open Source License. Both these licenses can be 4// found in the LICENSE file. 5 6#include "wasmfs.h" 7 8extern "C" { 9// See library_wasmfs_fetch.js 10void _wasmfs_create_fetch_backend_js(wasmfs::backend_t); 11} 12 13