File tree 4 files changed +13
-3
lines changed
4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
1
build
2
2
node_modules
3
+ target
3
4
tests /regtest.py
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ if(NOT CMAKE_BUILD_TYPE)
11
11
endif ()
12
12
if (${CMAKE_BUILD_TYPE} STREQUAL Release)
13
13
set (CMAKE_INTERPROCEDURAL_OPTIMIZATION TRUE )
14
- set (REMGLK_RS_LIB_FOLDER ${CMAKE_CURRENT_SOURCE_DIR} /remglk/ target /wasm32-unknown-emscripten/release)
14
+ set (REMGLK_RS_LIB_FOLDER ${CMAKE_CURRENT_SOURCE_DIR} /target /wasm32-unknown-emscripten/release)
15
15
else ()
16
- set (REMGLK_RS_LIB_FOLDER ${CMAKE_CURRENT_SOURCE_DIR} /remglk/ target /wasm32-unknown-emscripten/debug)
16
+ set (REMGLK_RS_LIB_FOLDER ${CMAKE_CURRENT_SOURCE_DIR} /target /wasm32-unknown-emscripten/debug)
17
17
endif ()
18
18
19
19
add_executable (glulxe)
Original file line number Diff line number Diff line change
1
+ [workspace ]
2
+ members = [
3
+ " remglk/remglk" ,
4
+ " remglk/remglk_capi" ,
5
+ ]
6
+ resolver = " 2"
7
+
8
+ [profile .release ]
9
+ codegen-units = 1
10
+ lto = true
Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ docker run --rm -t \
36
36
emglken:$DOCKER_TAG \
37
37
/bin/bash -c -e " \\
38
38
RUSTFLAGS=-Csymbol-mangling-version=v0 cargo build \\
39
- --manifest-path=remglk/Cargo.toml \\
40
39
$RUST_TARGET \\
41
40
--target=wasm32-unknown-emscripten; \\
42
41
emcmake cmake -DCMAKE_BUILD_TYPE=$CMAKE_TYPE -S . -B build; \\
You can’t perform that action at this time.
0 commit comments