Skip to content

wasm bridges for langauge interpretors, important c libraries, and other important libraries

License

Notifications You must be signed in to change notification settings

desktop-cgi/bridge-wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bridge-wasm

wasm bridges for language interpretors like php, perl, python,micropython, cpython, ruby, julia, cpp, golang, ocaml, lua, napi, wasm-run, r-lang, openssl, important c libraries, and other important libraries

bridge-wasm

bridge-wasm

Expected risks or considerations for your designing for multiple interpreter designs:

  • Load times (load wasm's during server start, and invoke plus run code dynamically based on need recommended)
  • Memory limits, usages, leaks, and security
  • Performance to OS based designs of serverless
  • Performance to OS based designs of VM
  • Sandboxing and security restrictions based on nodejs code
  • File and OS access limitations or allowance based on runtime needs and models/ architecture

Expecting the design to replace the desktop-cgi runtime embedding design for multiple interpreted languages and databases; and hopefully other executables.

Credit: many wasm packages taken from @polylang.io

About

wasm bridges for langauge interpretors, important c libraries, and other important libraries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published