Skip to content

Conversation

@patrick96
Copy link
Contributor

The Wasm code runs in a Web Worker, which is fed commands as the user types them in.

The Wasm code runs in a Web Worker, which is fed commands as the user
types them in.
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Oct 23, 2025
@@ -0,0 +1,74 @@
import { AnsiUp } from "./ansi_up.js";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add copyright header

</executions>
<configuration>
<imageName>../web/wasm-spring-shell</imageName>
<buildArgs>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think with something like this, you can append -H:-AutoRunVM to the default list, and not repeat and override it:

Suggested change
<buildArgs>
<buildArgs combine.children="append">

@@ -0,0 +1,10 @@
globalThis.sharedBuffer = new SharedArrayBuffer(65536);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add copyright header

@@ -0,0 +1,46 @@
package com.example.wasm_spring_shell.web;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add copyright header

@@ -0,0 +1,72 @@
package com.example.wasm_spring_shell.web;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add copyright header, here and in all other .java files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

OCA Verified All contributors have signed the Oracle Contributor Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants