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 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 diskMUN_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
.
The Mun Runtime is licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.