reactivate NodeWat

This commit is contained in:
Volker Berlin 2020-06-12 21:55:39 +02:00
parent 5cdf705c1d
commit c0575b5b65

View File

@ -1,5 +1,5 @@
/* /*
* Copyright 2017 - 2019 Volker Berlin (i-net software) * Copyright 2017 - 2020 Volker Berlin (i-net software)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@ -45,7 +45,7 @@ public enum ScriptEngine {
ScriptEngine[] val = { // ScriptEngine[] val = { //
SpiderMonkey, // SpiderMonkey, //
NodeJS, // NodeJS, //
//TODO NodeWat, // NodeWat, //
SpiderMonkeyWat,// SpiderMonkeyWat,//
//TODO Wat2Wasm, // //TODO Wat2Wasm, //
}; };