mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-25 07:27:52 +01:00
update node version
This commit is contained in:
parent
e6be6a66ec
commit
1dcfc9e6a2
@ -23,7 +23,6 @@ import java.io.InputStream;
|
|||||||
import java.net.HttpURLConnection;
|
import java.net.HttpURLConnection;
|
||||||
import java.net.URL;
|
import java.net.URL;
|
||||||
import java.text.MessageFormat;
|
import java.text.MessageFormat;
|
||||||
import java.time.Instant;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Download the node tool.
|
* 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 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
|
* Check if there is a new version of the script engine
|
||||||
|
@ -699,7 +699,8 @@ public class WasmRule extends TemporaryFolder {
|
|||||||
ProcessBuilder processBuilder = new ProcessBuilder( command, //
|
ProcessBuilder processBuilder = new ProcessBuilder( command, //
|
||||||
"--experimental-wasm-mv", // multi value
|
"--experimental-wasm-mv", // multi value
|
||||||
"--experimental-wasm-eh", // exception handling
|
"--experimental-wasm-eh", // exception handling
|
||||||
"--experimental-wasm-anyref", //
|
"--experimental-wasm-reftypes", //
|
||||||
|
"--experimental-wasm-typed-funcref", //
|
||||||
"--experimental-wasm-gc", //
|
"--experimental-wasm-gc", //
|
||||||
"--experimental-wasm-bigint", //
|
"--experimental-wasm-bigint", //
|
||||||
"--experimental-wasm-bulk-memory", // bulk memory for WABT version 1.0.13, https://github.com/WebAssembly/wabt/issues/1311
|
"--experimental-wasm-bulk-memory", // bulk memory for WABT version 1.0.13, https://github.com/WebAssembly/wabt/issues/1311
|
||||||
|
Loading…
x
Reference in New Issue
Block a user