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
6 changes: 3 additions & 3 deletions docs/spike-todomvc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@
<p>
App logic is a <strong>wasm component</strong> driving a curated DOM
surface — no app JS, no app HTML
(<a href="https://github.com/polymorph-components/polymorph-apps/issues/16">design</a>).
(<a href="https://github.com/polymorph-components/polyvisor/issues/16">design</a>).
</p>
<p>
Runs on <a href="https://github.com/lann/deltic">deltic</a> —
<a href="https://github.com/polymorph-components/polymorph-apps/tree/main/spikes/todomvc">source</a>
Runs on <a href="https://github.com/polymorph-components/polyengine">deltic</a> —
<a href="https://github.com/polymorph-components/polyvisor/tree/main/spikes/todomvc">source</a>
</p>
<p>
<span id="backend-note"></span><br>
Expand Down
2 changes: 1 addition & 1 deletion spikes/no-js-bindgen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Tooling for running wasm-bindgen-contaminated Rust crate graphs as pure
WebAssembly components, with "the JS boundary is never reached" enforced as
a runtime trap instead of assumed. Incubating here per the placement ruling
on [#13](https://github.com/polymorph-components/polymorph-apps/issues/13#issuecomment-5310732507);
on [#13](https://github.com/polymorph-components/polyvisor/issues/13#issuecomment-5310732507);
graduates to a standalone repo once proven (its audience is any Rust
component author, not just polymorph).

Expand Down
6 changes: 3 additions & 3 deletions spikes/todomvc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ permission linker, and asset pipeline are deliberately left as seams.
Quarantined, delete-at-will, wired into no CI. The built demo is committed
at `docs/spike-todomvc/` (the repo's Pages root).

[#16]: https://github.com/polymorph-components/polymorph-apps/issues/16
[#15]: https://github.com/polymorph-components/polymorph-apps/issues/15
[deltic]: https://github.com/lann/deltic
[#16]: https://github.com/polymorph-components/polyvisor/issues/16
[#15]: https://github.com/polymorph-components/polyvisor/issues/15
[deltic]: https://github.com/polymorph-components/polyengine

## Architecture

Expand Down
6 changes: 3 additions & 3 deletions spikes/todomvc/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@
<p>
App logic is a <strong>wasm component</strong> driving a curated DOM
surface — no app JS, no app HTML
(<a href="https://github.com/polymorph-components/polymorph-apps/issues/16">design</a>).
(<a href="https://github.com/polymorph-components/polyvisor/issues/16">design</a>).
</p>
<p>
Runs on <a href="https://github.com/lann/deltic">deltic</a> —
<a href="https://github.com/polymorph-components/polymorph-apps/tree/main/spikes/todomvc">source</a>
Runs on <a href="https://github.com/polymorph-components/polyengine">deltic</a> —
<a href="https://github.com/polymorph-components/polyvisor/tree/main/spikes/todomvc">source</a>
</p>
<p>
<span id="backend-note"></span><br>
Expand Down
Loading