Skip to content

Webworkers cannot handle includes #161

Description

@ForrestFire0

When the config variable is sent to the WebWorker, functions cannot be sent. There is an explicit work around using this.hooks for stdio.write, so that the write function still exists mainthread side.

However, the load function on custom includes is not saved as a hook and therefore the postMessage to the webworker does not work.

Unfortunate... our target audience has code that is sleeping a lot. So running on the main thread is not good :(

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions