moarvm

How can I compile perl6 file to exe

元气小坏坏 提交于 2019-12-12 09:34:34
问题 I am playing with perl6 version which built on MoarVM on windows. I created some perl6 file and want to compile it to exe. I tried the following: perl6 --target=MAST r.pl>r Now I want to compile the r to executable I found this link which talk about how to that using Parrot but I am using MoarVM target: http://perlgeek.de/blog-en/perl-6/my-first-executable.writeback my question how can i compile MoarvVM targeted file to windows executable ? 回答1: Unfortunately, the answer is to target JVM and