From 1df8918e64d8a61db0a0b3bec83b1c82f029f360 Mon Sep 17 00:00:00 2001 From: varnicas Date: Mon, 24 Jun 2024 11:09:44 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a02cd27..59f5a23 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # Prototype Link for compiling code with Embind → https://emscripten.org/docs/porting/connecting_cpp_and_javascript/embind.html -Command for compiling code with Embind: + +**Command for compiling code with Embind:** ``` emcc -lembind -o test.js test.cpp -s NO_EXIT_RUNTIME=1 -s "EXPORTED_RUNTIME_METHODS=['ccall']" ```