File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8686 run : pixi run -e wasm-build fix-emscripten-links || true
8787
8888 - name : Build Lean REPL (lake)
89- run : lake build WasmRepl
89+ run : lake build REPL WasmRepl
9090
9191 - name : Configure WASM build (emcmake)
9292 run : |
Original file line number Diff line number Diff line change @@ -292,7 +292,7 @@ if(EMSCRIPTEN)
292292 # Node.js test executable (standalone, no xeus dependency)
293293 # ========================================================
294294
295- add_executable (test_wasm_node test_wasm_node.cpp debug_hash.cpp ${WASM_SYMTAB_FILE} )
295+ add_executable (test_wasm_node test_wasm_node.cpp ${WASM_SYMTAB_FILE} )
296296 target_include_directories (test_wasm_node PRIVATE ${LEAN4_INCLUDE_DIR} )
297297 target_link_libraries (test_wasm_node PRIVATE
298298 ${STAGE0_REPL_LIB}
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ all: build test
2828
2929# Generate .c files from Lean source (required before cmake)
3030lake :
31- lake build WasmRepl
31+ lake build REPL WasmRepl
3232
3333configure : lake
3434 $(NIX_SHELL ) ' \
You can’t perform that action at this time.
0 commit comments