Web Image: direct Java method call example using a JS import. - #381
Merged
Conversation
olyagpl
force-pushed
the
og/web-image-direct-function-call-example
branch
from
February 10, 2026 15:07
97c27f6 to
74969aa
Compare
patrick96
approved these changes
Feb 11, 2026
Contributor
|
This should probably also update the top level README once #380 is merged |
olyagpl
force-pushed
the
og/web-image-direct-function-call-example
branch
2 times, most recently
from
February 11, 2026 17:45
f698c80 to
715f6b6
Compare
olyagpl
force-pushed
the
og/web-image-direct-function-call-example
branch
from
February 11, 2026 17:51
98d4c23 to
e0d5fae
Compare
shaunsmith
reviewed
Feb 12, 2026
shaunsmith
reviewed
Feb 12, 2026
shaunsmith
reviewed
Feb 12, 2026
| ```bash | ||
| jwebserver -p 8000 | ||
| ``` | ||
| Instead of just loading the script, you attach some logic after the runtime is ready. |
Contributor
There was a problem hiding this comment.
I'm not sure what this means. Is this a comment related to this line in the index.html: GraalVM.run([]).then(() => {?
Member
Author
There was a problem hiding this comment.
It means you wait until the runtime (the WASM module) has fully initialized and is ready to interact with JavaScript.
Contributor
There was a problem hiding this comment.
Should this be moved down to where we explain what the JS code does?
olyagpl
requested review from
fniephaus,
patrick96 and
shaunsmith
and removed request for
patrick96
February 12, 2026 17:21
patrick96
reviewed
Feb 13, 2026
| ```bash | ||
| jwebserver -p 8000 | ||
| ``` | ||
| Instead of just loading the script, you attach some logic after the runtime is ready. |
Contributor
There was a problem hiding this comment.
Should this be moved down to where we explain what the JS code does?
olyagpl
commented
Feb 13, 2026
patrick96
approved these changes
Feb 13, 2026
olyagpl
force-pushed
the
og/web-image-direct-function-call-example
branch
from
February 16, 2026 12:47
fafb6ec to
60cf0ae
Compare
fniephaus
approved these changes
Feb 18, 2026
olyagpl
force-pushed
the
og/web-image-direct-function-call-example
branch
from
February 18, 2026 15:38
60cf0ae to
5ad2099
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.