Skip to content

Import Glpk.js via NPM rather than include the source directly #2

Description

@wetneb

Glpk.js is currently copied in the source folder, in src/util/glpk.js.

Instead, it should be added in package.json as a dependency:
https://www.npmjs.com/package/glpk.js

This should let you upgrade to a newer version of Glpk.js (3.0.0), which uses WebAssembly instead of pure JS. This should help reduce the size of the Webpack bundle.

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