Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
72b0511
feat: add cpex-wasm-plugin and cpex-wasm-host crates
monshri Jun 9, 2026
dc0c636
feat: adding lightweight cpex-payload crate for adding plugin related…
monshri Jun 9, 2026
5beb25d
docs: updated documentation on usage
monshri Jun 9, 2026
62a41fe
feat: feature-gate cpex-core for WASM compilation
monshri Jul 2, 2026
f93c675
feat: removing cpex-payload, adding feature gating in cpex-core
monshri Jul 2, 2026
d7fa416
feat: wit interface redesign and implementation
monshri Jul 2, 2026
18988db
fix: rebase to dev, add wasm files to gitignore
monshri Jul 2, 2026
54dbab9
feat: e2e WASM plugin demos with SDK architecture and capability isol…
monshri Jul 13, 2026
46aa140
feat: harden WASM plugin sandbox with security enforcement, host-logg…
monshri Jul 16, 2026
61c4289
feat: add sandbox isolation E2E tests (filesystem, network, env), mak…
monshri Jul 16, 2026
d135fbd
feat: custom payload, benchmarking, unit tests and documentation update
monshri Jul 21, 2026
a2c2f99
Merge branch 'dev' into feat/plugin-wasm-e2e
monshri Jul 21, 2026
5f055fe
fmt: Fix code formatting violations
monshri Jul 21, 2026
f4243f3
fix: cargo.lock file update
monshri Jul 21, 2026
b14910a
fix: cargo fixes and http extensions missing fields
monshri Jul 21, 2026
5bb1577
fix: missing http extensions and wit update
monshri Jul 21, 2026
d1f6b42
fix: clippy warnings
monshri Jul 21, 2026
7bf9495
fix: cargo machete and formatting
monshri Jul 21, 2026
eb8bb42
fix: cargo related fixes
monshri Jul 21, 2026
b6118d3
fix: ignore WASM e2e tests in CI until plugins are pre-built
monshri Jul 21, 2026
9fb1643
fix: missing copyright information
monshri Jul 21, 2026
fbb0d31
fix: removing comment
monshri Jul 21, 2026
2a3cb2e
Merge branch 'dev' into feat/plugin-wasm-e2e
monshri Jul 22, 2026
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
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -277,3 +277,6 @@ tmp/
plugin-catalog
# Hugo build output
docs/public/
crates/cpex-wasm-host/wasm/*.wasm
crates/cpex-wasm-plugin/plugin.wasm
crates/cpex-wasm-plugin/Cargo.lock
Loading
Loading