borderless-pkg 0.1.0

Definition of the borderless 'package' format to wrap executable wasm binaries
Documentation

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.