From 83feedfcc2b964366f828b692805ef372a6eb26b Mon Sep 17 00:00:00 2001 From: Stipe Varnica Date: Mon, 24 Jun 2024 13:08:37 +0200 Subject: [PATCH] Changes in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03785b0..a02cd27 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Prototype -Link for compiling code with Embind → https://emscripten.org/docs/porting connecting_cpp_and_javascript/embind.html +Link for compiling code with Embind → https://emscripten.org/docs/porting/connecting_cpp_and_javascript/embind.html Command for compiling code with Embind: ``` emcc -lembind -o test.js test.cpp -s NO_EXIT_RUNTIME=1 -s "EXPORTED_RUNTIME_METHODS=['ccall']"