Definition of a borderless wasm package
SmartContracts aswell as SoftwareAgents are compiled to webassembly, to be then executed on our runtime.
However, since it is not very handy to directly work with the compiled modules, we defined a package format,
that bundles the .wasm
module together with some meta information about the package.