Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions .changeset/initial-release.md

This file was deleted.

9 changes: 9 additions & 0 deletions examples/vitepress-basic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @cxphoenix/vp-wasm-coding-example-basic

## 0.0.1

### Patch Changes

- Updated dependencies [8344ec1]
- @cxphoenix/vp-wasm-coding@0.1.0
- @cxphoenix/vp-wasm-coding-core@0.1.0
2 changes: 1 addition & 1 deletion examples/vitepress-basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cxphoenix/vp-wasm-coding-example-basic",
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"type": "module",
"description": "Minimal VitePress consumer proving @cxphoenix/vp-wasm-coding works end-to-end (no COOP/COEP).",
Expand Down
16 changes: 16 additions & 0 deletions packages/code-runner-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# @cxphoenix/vp-wasm-coding-core

## 0.1.0

### Minor Changes

- 8344ec1: Initial public release.

A client-side Python coding playground for VitePress: runs Python in an isolated
Pyodide Web Worker with AC/WA/RE/TLE verdicts, a bundled Rust→WASM random-input
generator (`generate_challenge`), and a pluggable editor (default CodeMirror).
Works on a plain static host — no COOP/COEP required.

- `@cxphoenix/vp-wasm-coding` — VitePress component, composables, configurable
asset base, and the `codeRunnerAssets` Vite plugin.
- `@cxphoenix/vp-wasm-coding-core` — framework-agnostic Pyodide execution engine.
2 changes: 1 addition & 1 deletion packages/code-runner-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cxphoenix/vp-wasm-coding-core",
"version": "0.0.0",
"version": "0.1.0",
"description": "Framework-agnostic, client-side Python execution engine — Pyodide in a Web Worker, AC/WA/RE/TLE verdicts, no COOP/COEP required.",
"keywords": [
"pyodide",
Expand Down
21 changes: 21 additions & 0 deletions packages/vitepress-code-runner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# @cxphoenix/vp-wasm-coding

## 0.1.0

### Minor Changes

- 8344ec1: Initial public release.

A client-side Python coding playground for VitePress: runs Python in an isolated
Pyodide Web Worker with AC/WA/RE/TLE verdicts, a bundled Rust→WASM random-input
generator (`generate_challenge`), and a pluggable editor (default CodeMirror).
Works on a plain static host — no COOP/COEP required.

- `@cxphoenix/vp-wasm-coding` — VitePress component, composables, configurable
asset base, and the `codeRunnerAssets` Vite plugin.
- `@cxphoenix/vp-wasm-coding-core` — framework-agnostic Pyodide execution engine.

### Patch Changes

- Updated dependencies [8344ec1]
- @cxphoenix/vp-wasm-coding-core@0.1.0
2 changes: 1 addition & 1 deletion packages/vitepress-code-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cxphoenix/vp-wasm-coding",
"version": "0.0.0",
"version": "0.1.0",
"description": "VitePress component for a client-side Python coding playground — Pyodide in a Web Worker, AC/WA/RE/TLE verdicts, a bundled random-input generator, and a pluggable editor. No COOP/COEP required.",
"keywords": [
"vitepress",
Expand Down
Loading