mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-25 07:27:52 +01:00
reactivate node tests
This commit is contained in:
parent
de55f414b0
commit
40ec79238b
@ -35,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-canary202006192e28363093";
|
private static final String REVISION = "15.0.0-v8-canary20200919991ed8df63";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Check if there is a new version of the script engine
|
* Check if there is a new version of the script engine
|
||||||
|
@ -46,10 +46,10 @@ public enum ScriptEngine {
|
|||||||
public static ScriptEngine[] testEngines() {
|
public static ScriptEngine[] testEngines() {
|
||||||
ScriptEngine[] val = { //
|
ScriptEngine[] val = { //
|
||||||
SpiderMonkey, //
|
SpiderMonkey, //
|
||||||
//NodeJS, //
|
NodeJS, //
|
||||||
//NodeWat, //
|
NodeWat, //
|
||||||
SpiderMonkeyWat,//
|
SpiderMonkeyWat,//
|
||||||
//Wat2Wasm, //
|
Wat2Wasm, //
|
||||||
};
|
};
|
||||||
return val;
|
return val;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user