We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d819083 commit 86f8b66Copy full SHA for 86f8b66
wasm/src/org.graalvm.wasm.test/src/org/graalvm/wasm/test/WasmFileSuite.java
@@ -280,7 +280,6 @@ private WasmTestStatus runTestCase(WasmCase testCase) {
280
contextBuilder.allowEnvironmentAccess(EnvironmentAccess.NONE);
281
contextBuilder.out(TEST_OUT);
282
contextBuilder.allowExperimentalOptions(true);
283
- contextBuilder.option("engine.EncodedGraphCacheCapacity", "-1");
284
285
if (WasmTestOptions.LOG_LEVEL != null && !WasmTestOptions.LOG_LEVEL.equals("")) {
286
contextBuilder.option("log.wasm.level", WasmTestOptions.LOG_LEVEL);
0 commit comments