mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-25 07:27:52 +01:00
reactivate NodeWat
This commit is contained in:
parent
5cdf705c1d
commit
c0575b5b65
@ -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, //
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user