Lines Matching refs:config
150 const config = Object.assign(Object.create(null),{
171 if('function' === typeof config[k]){
172 config[k] = config[k]();
265 if(config.wasmfsOpfsDir && !/^\/[^/]+$/.test(config.wasmfsOpfsDir)){
685 ptrSizeof: config.wasmPtrSizeof || 4,
693 ptrIR: config.wasmPtrIR || "i32",
701 bigIntEnabled: !!config.bigIntEnabled,
705 exports: config.exports
714 memory: config.memory || config.exports['memory']
787 const keyAlloc = config.allocExportName || 'malloc',
788 keyDealloc = config.deallocExportName || 'free';
1213 const pdir = config.wasmfsOpfsDir;
1458 config,