Skip to content

Commit dc6e3c6

Browse files
committed
Update CMakeLists
1 parent 7cf1cca commit dc6e3c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devices/wasm/wasm/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ add_executable(sinterwasm lib.c)
1616
target_link_options(sinterwasm
1717
PRIVATE "SHELL:-s WASM=1" "SHELL:-s ALLOW_MEMORY_GROWTH=1"
1818
PRIVATE "SHELL:-s MODULARIZE=1" "SHELL:-s EXPORT_NAME=sinterwasm"
19-
PRIVATE "SHELL:-s EXTRA_EXPORTED_RUNTIME_METHODS='[\"ccall\", \"cwrap\"]'"
19+
PRIVATE "SHELL:-s EXPORTED_RUNTIME_METHODS='[\"ccall\", \"cwrap\"]'"
2020
)
2121

2222
target_link_libraries(sinterwasm sinter)

0 commit comments

Comments
 (0)