File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
vm/src/org.graalvm.polybench/src/org/graalvm/polybench Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2020, 2023 , Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2020, 2025 , Oracle and/or its affiliates. All rights reserved.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
@@ -591,7 +591,7 @@ public void run() {
591
591
// language-specific lookup
592
592
switch (languageId ) {
593
593
case "wasm" :
594
- result = evalSourceValue .getMember (memberName );
594
+ result = evalSourceValue .newInstance (). getMember ( "exports" ). getMember (memberName );
595
595
break ;
596
596
case "java" :
597
597
// Espresso doesn't provide methods as executable values.
You can’t perform that action at this time.
0 commit comments