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

mun-lang/runtime-ffi

Repository files navigation

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.

About

C and Modern C++ bindings for the Mun runtime

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published