- 
                Notifications
    You must be signed in to change notification settings 
- Fork 37
Closed
Description
i was having this issue:
~/code/sqlc-gen-typescript $ make examples/plugin.wasm out.js
./javy compile out.js -o examples/plugin.wasm
error: unrecognized subcommand 'compile'
Usage: javy <COMMAND>
For more information, try '--help'.
make: *** [Makefile:8: examples/plugin.wasm] Error 2
after looking up(yes I looked up in each release) I found this(search for the word compile/build):
Running the command like this works:
./javy build out.js -o examples/plugin.wasm
do we have to use the 1.2.0 version?
Metadata
Metadata
Assignees
Labels
No labels