feat: add __wasm/rust-wasm-plugins-examples/

This commit is contained in:
2025-07-12 13:22:38 +08:00
parent f2fd57c342
commit e45d14498c
19 changed files with 3195 additions and 11 deletions

View File

@@ -5,7 +5,6 @@ Simple Rust Tests
Project or files:
```
.
├── README_2.md
├── __alloc
│   └── zeroizing-alloc-demo
├── __args
@@ -18,8 +17,8 @@ Project or files:
│   └── zstd-demo
├── __concurrent
│   ├── arc-swap
│   ├── async-fn-resumed-after-completion
│   ├── async_study
│   ├── async-fn-resumed-after-completion
│   ├── crossbeam_n_parking_lot
│   ├── glommio
│   ├── green-threads
@@ -78,7 +77,7 @@ Project or files:
│   └── sqlx
├── __diff
│   ├── diffy
│   ── prettydiff
│   ── prettydiff
├── __enclave
│   └── virt_enclave
├── __err
@@ -90,9 +89,9 @@ Project or files:
├── __ffi
│   ├── abi_stable_crates
│   ├── c
│   ├── c2
│   ├── c_export
│   ├── c_layout
│   ├── c2
│   ├── calltoc
│   ├── cpp
│   ├── dotalib
@@ -103,7 +102,7 @@ Project or files:
├── __fs
│   ├── crypt4ghfs-rust
│   ├── fuse
│   ── fuser
│   ── fuser
├── __gui
│   ├── druid
│   ├── gtk
@@ -177,8 +176,8 @@ Project or files:
│   ├── ngrok-demo
│   ├── pcap
│   ├── quinn
│   ├── rust-rawsock-demo
│   ├── rust_tcp
│   ├── rust-rawsock-demo
│   ├── s2n_quic
│   ├── socket2
│   ├── tcp
@@ -223,10 +222,10 @@ Project or files:
│   ├── sshrs
│   └── xshell
├── __shuttle
│   ── hatter-test
│   ── hatter-test
├── __std
│   ├── async-fn
│   ├── async_await
│   ├── async-fn
│   ├── into
│   ├── iter
│   ├── misc
@@ -261,14 +260,15 @@ Project or files:
│   ├── deno_rust_wasm_qr_decode
│   ├── extism
│   ├── js-wasm
│   ├── rust-wasm-plugins-examples
│   ├── wasi
│   ├── wasm
│   ├── wasmtime
│   ├── wasmtime-serde-demo
│   └── wit-bindgen-sample
├── __web
│   ├── actix-web
│   ├── actix_rustls
│   ├── actix-web
│   ├── alibabacloundfn
│   ├── hyper_rustls
│   ├── hyperrs
@@ -282,8 +282,9 @@ Project or files:
│   ├── tide
│   └── warp
├── build_readme.rs -> scripts/build_readme_rs/src/main.rs
├── README_2.md
├── scripts
│   ── build_readme_rs
│   ── build_readme_rs
└── single_file_tests
├── 99.rs
├── chain.rs
@@ -307,6 +308,6 @@ Project or files:
├── vec.rs
└── while.rs
279 directories, 38 files
280 directories, 38 files
```