Module packbeam

An escript and OTP library used to generate an AtomVM AVM file from a set of files (beam files, previously built AVM files, or even arbitrary data files).

Description

An escript and OTP library used to generate an AtomVM AVM file from a set of files (beam files, previously built AVM files, or even arbitrary data files).

Function Index

create/2 Deprecated.
create/4 Deprecated.
delete/3 Deprecated.
list/1 Deprecated.

Function Details

create/2

create(OutputPath, InputPaths) -> any()

Deprecated. Use the packbeam_api module, instead.

create/4

create(OutputPath, InputPaths, Prune, StartModule) -> any()

Deprecated. Use the packbeam_api module, instead.

delete/3

delete(OutputPath, InputPath, Names) -> any()

Deprecated. Use the packbeam_api module, instead.

list/1

list(InputPath) -> any()

Deprecated. Use the packbeam_api module, instead.


Generated by EDoc