Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (16 loc) · 938 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 938 Bytes

Mun Runtime FFI Bindings

Warning

The contents of this repository has been moved into the Mun monorepo at https://github.com/mun-lang/mun .

C and C++17 bindings for the Mun Runtime.

Testing

Testing requires the Mun binary. You can specify where it is by passing it as a CMake option through either:

  • MUN_EXECUTABLE_PATH Path of the Mun executable on your local disk
  • MUN_EXECUTABLE_URL URL of the location to download the Mun executable from. For example: https://github.com/mun-lang/mun/releases/download/v0.1.0/mun-win64-v0.1.0.zip

Once CMake has run, you can run the MunRuntimeTests executable to run all tests, or use CTest.

License

The Mun Runtime is licensed under either of

at your option.