Switch over to WebAssembly, Rust and Yew #35

Merged
BlakeRain merged 87 commits from yew-static into main 2023-08-30 18:01:40 +00:00
Showing only changes of commit 3c669056ab - Show all commits

View File

@ -2,25 +2,11 @@
# tags.yaml # tags.yaml
# #
- slug: getting-started
name: Getting Started
visibility: public
- slug: haskell
name: Haskell
visibility: public
description: Posts that feature the Haskell programming language.
- slug: reviews - slug: reviews
name: Reviews name: Reviews
visibility: public visibility: public
description: Reviews of books or other articles description: Reviews of books or other articles
- slug: electronics
name: Electronics
visibility: public
description: Posts that feature electronic circuits.
- slug: javascript - slug: javascript
name: JavaScript name: JavaScript
visibility: public visibility: public
@ -51,23 +37,11 @@
visibility: public visibility: public
description: Posts that feature the Linux operating system. description: Posts that feature the Linux operating system.
- slug: cairo
name: Cairo
visibility: public
description: Posts that feature the Cairo vector-based graphics library.
- slug: cpp - slug: cpp
name: C++ name: C++
visibility: public visibility: public
description: Posts that feature the C++ programming language. description: Posts that feature the C++ programming language.
- slug: yesod
name: Yesod
visibility: public
description:
Posts which feature the Yesod web application development framework
for the Haskell programming language.
- slug: ethernet - slug: ethernet
name: Ethernet name: Ethernet
visibility: public visibility: public
@ -83,11 +57,6 @@
visibility: public visibility: public
description: Posts that relate to garbage collection and memory management. description: Posts that relate to garbage collection and memory management.
- slug: sqlite
name: SQLite
visibility: public
description: Posts that feature the SQLite embedded relational database.
- slug: chakracore - slug: chakracore
name: ChakraCore name: ChakraCore
visibility: public visibility: public
@ -98,11 +67,6 @@
visibility: public visibility: public
description: Articles related to programming PCI express devices. description: Articles related to programming PCI express devices.
- slug: usb
name: USB
visibility: public
description: Posts that relate to working with the Universal Serial Bus
- slug: intel-i350 - slug: intel-i350
name: Intel i350 name: Intel i350
visibility: public visibility: public
@ -117,3 +81,8 @@
name: Mastodon name: Mastodon
visibility: public visibility: public
description: Posts that feature the Mastodon social network. description: Posts that feature the Mastodon social network.
- slug: yew
name: Yew
visibility: public
description: Posts that relate to the Yew web framework.