forked from dapetcu21/defold-fmod
-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description

I'm getting this error I believe due to legacy not enabled
My current workaround, is to use "engine_template.html" overrides
if (!Module.cwrap) {
console.warn('Module.cwrap is not available. Adding fallback implementation.');
Module.cwrap = function(name, returnType, argTypes) {
return function() {
console.error('cwrap function called but not properly implemented. Function:', name, returnType, argTypes);
return null;
};
};
}
This is continuation of issue dapetcu21#32
Metadata
Metadata
Assignees
Labels
No labels