Download Latest Version v4.3.0 source code.zip (1.1 MB) Google Add to Preferred Sources
Home / v4.1.0
Name Modified Size InfoDownloads / Week
Parent folder
attestation.jsonl 2026-09-19 22.3 kB
sbom.spdx.json 2026-09-19 91.8 kB
LICENSE 2026-09-19 1.1 kB
README.md 2026-09-19 687 Bytes
v4.1.0 -- real .exbc bytecode artifacts source code.tar.gz 2026-09-19 1.1 MB
v4.1.0 -- real .exbc bytecode artifacts source code.zip 2026-09-19 1.2 MB
Totals: 6 Items   2.4 MB 0

Added

  • Real bytecode artifacts: externum app.ext --target bytecode -o app.exbc emits a self-contained .exbc file (magic header EXBC + version + payload). Run it with externum run app.exbc — the VM loads and executes it directly, skipping lexer/parser/compiler. The source file never needs to ship.
  • module_to_bytes / module_from_bytes / save_module / load_module with magic/version/length validation.
  • 2 new tests (368 total, all green).

Why it matters

Combined with the CLI fix in 4.0.0, all three targets — Python, Bash, and bytecode artifacts — now work end-to-end.

📦 PyPI: https://pypi.org/project/externum/4.1.0/

🤖 Generated with Codebuff

Source: README.md, updated 2026-09-19