-
Notifications
You must be signed in to change notification settings - Fork 0
docs: update README & AGENTS for ns-wasm-core and ns-wasm-kit-runtime #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
listepo
wants to merge
25
commits into
main
Choose a base branch
from
fix-tests
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+16,495
−625
Open
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
974918b
docs: update README & AGENTS for ns-wasm-core and ns-wasm-kit-runtime
listepo 1c4554f
feat: add @cross-code/ns-endive — Endive Java-based WASM runtime plugin
listepo fe39392
fix(ci): add new packages to build lists and change filters
listepo 021b6d4
docs(AGENTS): scope Rust/UniFFI architecture to ns-wasm3 and ns-wamr
listepo 7c23cc2
docs(README): fix plugin count — three WASM runtimes, ns-wry separate
listepo bb0ec60
fix(demo): run Endive only on Android, update success message
listepo afd69e6
fix(endive): pass log to runFixtureChecks, drop as any cast
listepo a79caa6
fix(endive): use Double.valueOf(), ArrayList for call args, raw getGl…
listepo 435ddbc
fix(endive): normalizeAndroid globals through java.lang.Long, toJavaW…
listepo 46af590
fix(demo): gate WasmKit to iOS only, Endive to Android only
listepo b7f1d66
feat: add @cross-code/ns-wasm-edge — WasmEdge runtime plugin
listepo 0f98635
feat: add @cross-code/ns-wasm-chicory — Chicory pure-Java WASM runtime
listepo 5ce773d
chore: sync lockfiles, tsconfig, spec updates across all packages
listepo 00b3fc0
feat: add oxlint and oxfmt Nx inference plugins
listepo bd3d65f
feat: universal simulator xcframeworks, runtime-support suite gating
listepo 89ffc08
chore: lockfile — add oxlint and oxfmt devDependencies
listepo e4adca1
chore: update oxlint to 1.77.0 and oxfmt to 0.62.0
listepo 551b6c6
fix(ns-wasm-core): fix fromWire Infinity/NaN rejection and loadModule…
listepo 37bb1f1
fix(ci): add ns-wasm-chicory and ns-wasm-edge to test app build list
listepo 347432d
feat(ns-wasm-chicory): add Android native layer with Chicory Java run…
listepo 301fed3
chore(ns-wasm-chicory,ns-wasm-edge): replace any with unknown in nati…
listepo 89cc194
feat(ns-wasm-kit-runtime): add native Swift layer with WasmKit 0.3.1 …
listepo 205740f
feat(vitest-ns-ui): terminal-style tree UI with monospace font and bo…
listepo 91c40ad
fix(ci): upload coverage to Codecov; green the fix-tests branch
listepo d246870
fix(ns-wasm-chicory): fix Android byte marshalling; add JVM hosttest …
listepo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| { | ||
| "ignorePatterns": [ | ||
| "**/node_modules/**", | ||
| "**/dist/**", | ||
| "**/.buck-out/**", | ||
| "**/target/**", | ||
| "**/.build/**", | ||
| "**/platforms/**", | ||
| "**/src/vendors/**", | ||
| "**/test-output/**" | ||
| ] | ||
| } |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,31 @@ | ||
| { | ||
| "$schema": "https://raw.githubusercontent.com/oxc-project/oxc/main/crates/oxc_linter/src/schema.json", | ||
| "plugins": ["typescript", "import", "unicorn"], | ||
| "rules": { | ||
| "no-unused-vars": "error", | ||
| "no-console": "warn", | ||
| "typescript/no-non-null-assertion": "warn", | ||
| "import/no-default-export": "off" | ||
| }, | ||
| "env": { | ||
| "node": true, | ||
| "es2022": true | ||
| }, | ||
| "globals": { | ||
| "globalThis": "readonly", | ||
| "NSData": "readonly", | ||
| "NSMutableArray": "readonly" | ||
| }, | ||
| "settings": {}, | ||
| "ignorePatterns": [ | ||
| "**/node_modules/**", | ||
| "**/dist/**", | ||
| "**/.buck-out/**", | ||
| "**/target/**", | ||
| "**/.build/**", | ||
| "**/platforms/**", | ||
| "**/src/vendors/**", | ||
| "**/test-output/**", | ||
| "**/*.d.ts" | ||
| ] | ||
| } | ||
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
🧩 Analysis chain
🏁 Script executed:
Repository: listepo/cross-code
Length of output: 156
🏁 Script executed:
Repository: listepo/cross-code
Length of output: 2156
🏁 Script executed:
Repository: listepo/cross-code
Length of output: 2486
Use the schema shipped with
oxlint.The current URL returns HTTP 404.
[email protected]includesconfiguration_schema.json; set$schemato./node_modules/oxlint/configuration_schema.json.🤖 Prompt for AI Agents