Skip to content

BRFv4_JS_TK210219_v4.2.0_trial.js in a web Worker? #58

@luispuig

Description

@luispuig

I am trying to use this trial in a web Worker, we need to improve the performance before moving to a commercial license.

Following a few issues (#12) (#45)

I added:

// BRF/brf_wasm/BRFv4_JS_TK210219_v4.2.0_trial.js
require('os') // added
require('https') // added
...
var ENVIRONMENT_IS_WORKER = true; //modified
...
module.exports = initializeBRF // added

But when I initializeBRF({...}) an error is thrown:

image

The same error whith JS and WASM versions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions