use node version 16.0.0-v8-canary2021.02.23

This commit is contained in:
Volker Berlin 2021-02-23 18:29:18 +01:00
parent 67bb2f93ce
commit 27199c53db
2 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@ public class Node {
private static final String BASE_URL = "https://nodejs.org/download/v8-canary/";
private static final String REVISION = "16.0.0-v8-canary20201028b482ed66c3";
private static final String REVISION = "16.0.0-v8-canary2021022354d779c836";
/**
* Check if there is a new version of the script engine

View File

@ -705,8 +705,8 @@ public class WasmRule extends TemporaryFolder {
"--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
//"--experimental-wasm-bigint", //
//"--experimental-wasm-bulk-memory", // bulk memory for WABT version 1.0.13, https://github.com/WebAssembly/wabt/issues/1311
nodeScript.getName() );
if( IS_WINDOWS ) {
processBuilder.command().add( 0, "cmd" );