Biên dịch và kiểm tra các trò chơi GBA trong tab trình duyệt.
Bạn sẽ phải lắp ráp lại và giải nén VM.
trong gốc dự án. cat vmaa vmab > vm.tar.gz `tar -xvzf vm.tar.gz '
Do phòng ngừa XSS, bạn sẽ cần chạy máy chủ http cục bộ trong lần chạy gốc của dự án python -m SimpleHTTPServer
" Compile and test GBA games in a browser tab.
You'll have to reassemble and uncompress the VM.
in the project root. cat vmaa vmab > vm.tar.gz `tar -xvzf vm.tar.gz'
Due to XSS prevention you'll need to run a http server locally in the project root run python -m SimpleHTTPServer "
Nguồn: Sharecode.vn