Skip to content

littledivy/llvm-deno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLVM bindings for Deno

Low-level bindings to the LLVM C interface using Deno FFI.

SAFETY Using this module will make the Deno sandbox pretty much useless. Only use if you are 100% aware of what you are doing.

Implementation status

I usually implement parts of modules based on my personal need. Accepting contributions to add more bindings.

  • Analysis
  • Bit reader
  • Bit writer
  • Transforms
  • Core (WIP)
  • Memory buffers
  • Pass registry
  • Pass managers
  • Threading
  • Disassembler
  • Error handling
  • Execution Engine
  • Initialization
  • Target info
  • LTO

Documentation

Refer to the official LLVM documentation

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

LLVM API for Deno

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published