Skip to content
This repository was archived by the owner on Aug 27, 2024. It is now read-only.

Commit d5c539c

Browse files
authored
Merge branch 'main' into main
Signed-off-by: Kieran Jayes <[email protected]>
2 parents 2e23a8a + ff9d854 commit d5c539c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

demos/chat-client/c++/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
Compile to WASM first, then run with --wasmcfgfile directed to Enarx.toml
2-
Use the --webinterface argument in the Enarx.toml to switch to a web interface, at localhost:8080
2+
Use the --webinterface argument in the Enarx.toml to switch to a web interface, at localhost:8080
3+

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
}
109109
''
110110
mkdir -p "$out/bin"
111-
$CXX -Wall -include ./demos/chat-client/c++/assets.h -pedantic ${demos.chat-client.cpp.src} \
111+
$CXX -Wall -include "./demos/chat-client/c++/assets.h" -pedantic ${demos.chat-client.cpp.src} \
112112
-o "$out/bin/chat-client.wasm"
113113
'';
114114

0 commit comments

Comments
 (0)