update node version

This commit is contained in:
Volker Berlin 2020-06-21 13:43:39 +02:00
parent e6be6a66ec
commit 1dcfc9e6a2
2 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,6 @@ import java.io.InputStream;
import java.net.HttpURLConnection;
import java.net.URL;
import java.text.MessageFormat;
import java.time.Instant;
/**
* Download the node tool.
@ -36,7 +35,7 @@ public class Node {
private static final String BASE_URL = "https://nodejs.org/download/v8-canary/";
private static final String REVISION = "15.0.0-v8-canary20200605aeeaa178a0";
private static final String REVISION = "15.0.0-v8-canary202006192e28363093";
/**
* Check if there is a new version of the script engine

View File

@ -699,7 +699,8 @@ public class WasmRule extends TemporaryFolder {
ProcessBuilder processBuilder = new ProcessBuilder( command, //
"--experimental-wasm-mv", // multi value
"--experimental-wasm-eh", // exception handling
"--experimental-wasm-anyref", //
"--experimental-wasm-reftypes", //
"--experimental-wasm-typed-funcref", //
"--experimental-wasm-gc", //
"--experimental-wasm-bigint", //
"--experimental-wasm-bulk-memory", // bulk memory for WABT version 1.0.13, https://github.com/WebAssembly/wabt/issues/1311