jagotu / BACIL

An experimental interpreter for .NET CIL binaries for GraalVM
MIT License
37 stars 4 forks source link

Cannot follow README.md instructions: HelloWorld example missing #2

Closed ceresek closed 3 years ago

ceresek commented 3 years ago

The instructions mention HelloWorld.dll, but it is not included in the build ?

jagotu commented 3 years ago

The example expected the user to already have assemblies they want to run.

To make running BACIL easier, I created a BACIL_examples repository that contains a prebuilt example assembly and updated README.md to reference it.