We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cf1cca commit dc6e3c6Copy full SHA for dc6e3c6
devices/wasm/wasm/CMakeLists.txt
@@ -16,7 +16,7 @@ add_executable(sinterwasm lib.c)
16
target_link_options(sinterwasm
17
PRIVATE "SHELL:-s WASM=1" "SHELL:-s ALLOW_MEMORY_GROWTH=1"
18
PRIVATE "SHELL:-s MODULARIZE=1" "SHELL:-s EXPORT_NAME=sinterwasm"
19
- PRIVATE "SHELL:-s EXTRA_EXPORTED_RUNTIME_METHODS='[\"ccall\", \"cwrap\"]'"
+ PRIVATE "SHELL:-s EXPORTED_RUNTIME_METHODS='[\"ccall\", \"cwrap\"]'"
20
)
21
22
target_link_libraries(sinterwasm sinter)
0 commit comments