mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-15 02:44:47 +01:00
use node version 16.0.0-v8-canary2021.02.23
This commit is contained in:
parent
67bb2f93ce
commit
27199c53db
@ -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
|
||||
|
@ -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" );
|
||||
|
Loading…
x
Reference in New Issue
Block a user