berry
berry copied to clipboard
load bytecode from file pointer
Add ability to load bytecode from a file pointer in addition to a filename. This allows to stream bytecode from a URL.
bclosure* be_bytecode_load_from_fs(bvm *vm, void *fp);