Core-13 pure: add CI workflows, VM e2e tests, LLVM parity bridge (minimal); do not touch private docs

This commit is contained in:
Tomoaki
2025-09-07 07:28:53 +09:00
parent 07350c5dd9
commit d62114c705
383 changed files with 15221 additions and 382 deletions

View File

@ -106,6 +106,10 @@ lf.close()
#[test]
fn e2e_vm_plugin_filebox_close_void() {
if !try_init_plugins() { return; }
if nyash_rust::config::env::mir_core13_pure() {
eprintln!("[E2E] skip vm filebox under Core-13 pure mode");
return;
}
let code = r#"
local f