mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-15 02:44:47 +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 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
|
||||
|
@ -46,10 +46,10 @@ public enum ScriptEngine {
|
||||
public static ScriptEngine[] testEngines() {
|
||||
ScriptEngine[] val = { //
|
||||
SpiderMonkey, //
|
||||
//NodeJS, //
|
||||
//NodeWat, //
|
||||
NodeJS, //
|
||||
NodeWat, //
|
||||
SpiderMonkeyWat,//
|
||||
//Wat2Wasm, //
|
||||
Wat2Wasm, //
|
||||
};
|
||||
return val;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user