From ae2d5697d93a45dcbff768c32c4dc8fb291096cd Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sat, 7 Jan 2023 18:55:20 -0400 Subject: Now wrapping C++ values inside a universal box. --- lux-js/commands.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'lux-js/commands.md') diff --git a/lux-js/commands.md b/lux-js/commands.md index 6730dad02..0b14b046b 100644 --- a/lux-js/commands.md +++ b/lux-js/commands.md @@ -8,10 +8,6 @@ cd ~/lux/lux-js/ \ # Build ``` -cd ~/lux/lux-js/ \ -&& lux clean \ -&& lux with js auto build - ## Build JVM-based compiler cd ~/lux/lux-js/ \ && lux clean \ @@ -21,7 +17,7 @@ cd ~/lux/lux-js/ \ ## Use JVM-based compiler to produce a JS/Node-based compiler. cd ~/lux/lux-js/ \ && lux clean \ -&& time java -jar jvm_based_compiler.jar build --source ~/lux/lux-js/source --target ~/lux/lux-js/target --module program --program _ \ +&& time java -Xss2m -jar jvm_based_compiler.jar build --source ~/lux/lux-js/source --target ~/lux/lux-js/target --module program --program _ \ && mv target/program.js node_based_compiler.js ## Use JS/Node-based compiler to produce another JS/Node-based compiler. -- cgit v1.2.3