We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1133ac9 commit 451e9eeCopy full SHA for 451e9ee
Makefile
@@ -141,8 +141,8 @@ else
141
command \
142
stream \
143
lsp \
144
- talk \
145
talk-llama
+ # talk (TODO: disalbed)
146
endif
147
148
default: $(BUILD_TARGETS)
examples/CMakeLists.txt
@@ -102,8 +102,8 @@ if (EMSCRIPTEN)
102
set_target_properties(libstream PROPERTIES FOLDER "libs")
103
add_subdirectory(command.wasm)
104
set_target_properties(libcommand PROPERTIES FOLDER "libs")
105
- add_subdirectory(talk.wasm)
106
- set_target_properties(libtalk PROPERTIES FOLDER "libs")
+ #add_subdirectory(talk.wasm)
+ #set_target_properties(libtalk PROPERTIES FOLDER "libs")
107
add_subdirectory(bench.wasm)
108
set_target_properties(libbench PROPERTIES FOLDER "libs")
109
elseif(CMAKE_JS_VERSION)
0 commit comments