[go: nahoru, domu]

Skip to content

wotzlaff/glpk-wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)
})

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published