berry icon indicating copy to clipboard operation
berry copied to clipboard

load bytecode from file pointer

Open s-hadinger opened this issue 1 year ago • 0 comments

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);

s-hadinger avatar Feb 27 '24 21:02 s-hadinger