mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-25 07:27:52 +01:00
Enable tests with SpiderMonkey WasmTextToBinary()
This commit is contained in:
parent
cc0ba1498d
commit
04b3b67927
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2017 - 2018 Volker Berlin (i-net software)
|
* Copyright 2017 - 2019 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.
|
||||||
@ -34,7 +34,7 @@ public enum ScriptEngine {
|
|||||||
{ ScriptEngine.SpiderMonkey }, //
|
{ ScriptEngine.SpiderMonkey }, //
|
||||||
{ ScriptEngine.NodeJS }, //
|
{ ScriptEngine.NodeJS }, //
|
||||||
{ ScriptEngine.NodeWat }, //
|
{ ScriptEngine.NodeWat }, //
|
||||||
// { ScriptEngine.SpiderMonkeyWat },//
|
{ ScriptEngine.SpiderMonkeyWat },//
|
||||||
{ ScriptEngine.Wat2Wasm }, //
|
{ ScriptEngine.Wat2Wasm }, //
|
||||||
};
|
};
|
||||||
return Arrays.asList(val);
|
return Arrays.asList(val);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user