| Name | Modified | Size | Downloads / 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.exbcemits a self-contained.exbcfile (magic headerEXBC+ version + payload). Run it withexternum 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_modulewith 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