Skip to content

Commit fafb6ec

Browse files
olyagplpatrick96
andauthored
Update web-image/export-java-function/README.md
Co-authored-by: Patrick Ziegler <patrick.ziegler@oracle.com>
1 parent a85cbad commit fafb6ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web-image/export-java-function/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ GraalVM.run([]).then(() => {
104104
</script>
105105
```
106106

107-
- `GraalVM.run([], {})` initializes the Wasm module and the Java runtime inside the browser.
107+
- `GraalVM.run([])` initializes the Wasm module and the Java runtime inside the browser.
108108
- `globalThis.adder(a, b)` calls the `add` function you exported in Java, after the runtime is ready.
109109

110110
### Conclusion

0 commit comments

Comments
 (0)