codegen — Generate deployable artifacts from a Spanda program.
spanda codegen [--target native|wasm|esp32] [--out <file>] <file.sd>
Generate deployable artifacts from a Spanda program.
--target — output format
spanda codegen --target wasm robot.sd --out robot.wasm
0 on success; 1 on codegen errors.
Generated artifact at --out.
spanda-deploy(1), spanda-compile-native(1), spanda(1), spanda-reference.md