Commit a347f3a
committed
Allow executing functions from Wasm modules that have failed linking
This is called for by the official spec test "linking". We keep the
check only for modules eval'ed with EvalReturnsInstance, where it is
possible for the embedder to obtain a WasmInstance that will fail
linking. Without EvalReturnsInstance, instances must pass linking before
they are returned to the embedder.1 parent c278cf7 commit a347f3a
File tree
1 file changed
+1
-1
lines changed- wasm/src/org.graalvm.wasm/src/org/graalvm/wasm/nodes
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
0 commit comments