MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / wasmfs_before_preload

Function wasmfs_before_preload

system/lib/wasmfs/wasmfs.cpp:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36// If the user does not implement this hook, do nothing.
37__attribute__((weak)) extern "C" void wasmfs_before_preload(void) {}
38
39// Set up global data structures and preload files.
40WasmFS::WasmFS() : rootDirectory(initRootDirectory()), cwd(rootDirectory) {

Callers 1

WasmFSMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected