Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Allow building Bedrock programs as standalone executables | Ben Bridle | 16 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 commit | Ben Bridle | 2025-07-03 |