vpm build
Last updated
Was this helpful?
Last updated
Was this helpful?
https://github.com/voedger/voedger/issues/1835
vpm build [-C] [-o <archive-name>]
Build a structure with *.vsql files that is similar to that of command
If a package has packages_gen.go
(result of vpm init
) if shall be compiled to pkg.wasm using tinygo
tinygo build --no-debug -o pkg.wasm -scheduler=none -opt=2 -gc=leaking -target=wasi .
Create a ZIP (<folder-name>.var
)
Requirements
Package shall contain application statement (package does not have an APPLICATION statement
)