vpm build
Motivation
Requirements
vpm build [-C] [-o <archive-name>]
- Build a structure with *.vsql files that is similar to that of vpm baseline command
- If a package has
packages_gen.go(result ofvpm init) if shall be compiled to pkg.wasm using tinygotinygo build --no-debug -o pkg.wasm -scheduler=none -opt=2 -gc=leaking -target=wasi .
- If a package has
- Create a ZIP (
<folder-name>.var) - Requirements
- Package shall contain application statement (
package does not have an APPLICATION statement)
- Package shall contain application statement (