glpk-wasm
TypeScript icon, indicating that this package has built-in type declarations

0.1.4 • Public • Published

GLPK compiled to wasm

This package provides the GLPK library build for wasm. It contains a low-level interface to the GLPK functions and should probably not be used without a wrapper library.

Example

import glpkWasm from 'glpk-wasm'

glpkWasm().then(mod => {
  const ver = mod._glp_version()
  const verStr = mod.UTF8ToString(ver)
  console.log('GLPK version:', verStr)
})

Package Sidebar

Install

npm i glpk-wasm

Weekly Downloads

150

Version

0.1.4

License

GPL-3.0

Unpacked Size

3.91 MB

Total Files

17

Last publish

Collaborators

  • nstrasdat