Skip to content

Makefile has outdated javy args #69

Description

@betoharres

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):

bytecodealliance/javy@v3.2.0...v4.0.0#diff-ed468ef37ab62848cd1343dac7a7905f00c1405c27b7fbeedde934ebbce30640L185

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions