dgraph-lambda-go icon indicating copy to clipboard operation
dgraph-lambda-go copied to clipboard

`wasm-only` not present in config.Config

Open nargetdev opened this issue 2 years ago • 0 comments

I'm trying to invoke the WASM generator, but failing.

...
server:
  mode: wasm_only # wasm_only, server (if wasm language not defined, will generate a pure golang server)

The result I get:

unable to parse config: yaml: unmarshal errors:
  line 21: field wasm not found in type config.Config
  line 25: field mode not found in type struct { Standalone bool "yaml:\"standalone\"" }exit status 1

nargetdev avatar Dec 13 '22 21:12 nargetdev