Skip to content

Commit f99e040

Browse files
Fix makefile for modules (#167)
1 parent 3b044a6 commit f99e040

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

samples/wasm/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ TARGET_SUBDIRECTORY := $(if $(value RELEASE),release,debug)
44

55
REPOSITORY_ROOT := $(shell git rev-parse --show-toplevel)
66

7-
1P_MODULES := collection enrichment format humidity otel-transform otel-enrich snapshot temperature viconverter window
7+
1P_MODULES := collection enrichment format humidity opc-ua otel-transform otel-enrich snapshot temperature viconverter window
88

99
TAGS ?= {{repository}}
1010
EXTRA_FLAGS += $(if $(value PUSH),--push,--load)

samples/wasm/graph-opc-ua.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ operations:
2727
name: "source"
2828
- operationType: "map"
2929
name: "module-opc/map"
30-
module: "opc:1.0.0"
30+
module: "opc-ua:1.0.0"
3131
- operationType: "sink"
3232
name: "sink"
3333

samples/wasm/operators/opc-ua/Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/wasm/operators/opc-ua/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "module-opc"
2+
name = "opc-ua"
33
version = "0.1.1"
44
authors = ["WasmGraph Devs"]
55
license = "MIT"

0 commit comments

Comments
 (0)