summaryrefslogtreecommitdiff
path: root/src/lib.rs
Commit message (Collapse)AuthorAge
* Allow building Bedrock programs as standalone executablesBen Bridle12 hours
| | | | | | | This commit adds a run_program() function to the root of the library. Any Bedrock program can be compiled as a standalone native executable by creating a thin Rust program that calls only that function, passing in the bytecode of the program and a configuration object.
* Initial commitBen Bridle2025-07-03