Skip to content

wasm-split: unable to indentify missing function name in firefox #14330

@waterlike86

Description

@waterlike86

when a page fault happens we get placeholder function called: 91990
then after instantiating the compiled module we try to print out the function at the table index to get the function index.
we get something like below
in chrome ƒ 67552() { [native code] }
but in FireFox we get function() { [native code] }

this prevents us from obtaining the function which is missing in production environment. we need this in order to determine the workflow to train our primary module for.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions