Commit 98006640 authored by Kirill Smelkov's avatar Kirill Smelkov

X Note where recursive DSO handling should be done

parent 527cb9ba
......@@ -84,9 +84,11 @@ var asm2wasmImports = { // special asm2wasm imports
};
#if RELOCATABLE
var loadedDynamicLibraries = [];
var loadedDynamicLibraries = []; // XXX not used anymore
function loadDynamicLibrary(lib) {
// TODO prevent loading the same library twice
// TODO handle libModule.dynamicLibraries -> loadDynamicLibrary()
var libModule;
#if WASM
var bin;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment