File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 141
141
command \
142
142
stream \
143
143
lsp \
144
- talk \
145
144
talk-llama
145
+ # talk (TODO: disalbed)
146
146
endif
147
147
148
148
default : $(BUILD_TARGETS )
Original file line number Diff line number Diff line change @@ -102,8 +102,8 @@ if (EMSCRIPTEN)
102
102
set_target_properties (libstream PROPERTIES FOLDER "libs" )
103
103
add_subdirectory (command .wasm )
104
104
set_target_properties (libcommand PROPERTIES FOLDER "libs" )
105
- add_subdirectory (talk.wasm )
106
- set_target_properties (libtalk PROPERTIES FOLDER "libs" )
105
+ # add_subdirectory(talk.wasm)
106
+ # set_target_properties(libtalk PROPERTIES FOLDER "libs")
107
107
add_subdirectory (bench.wasm )
108
108
set_target_properties (libbench PROPERTIES FOLDER "libs" )
109
109
elseif (CMAKE_JS_VERSION )
You can’t perform that action at this time.
0 commit comments