Skip to content

Commit 8dd10d2

Browse files
committed
add doc fizzy integration
1 parent 5cf98f5 commit 8dd10d2

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/INTEGRATION.md

+13
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,19 @@ WebAssembly implementation from scratch in Safe Rust with zero dependencies - [g
236236
</p>
237237
</details>
238238

239+
## fizzy (C++/Rust)
240+
241+
- [fizzy](https://github.com/wasmx/fizzy) - fast, deterministic, and pedantic WebAssembly interpreter written in C++. - [rust bindings](https://github.com/wasmx/fizzy/tree/master/bindings/rust)
242+
243+
<details><summary>Details</summary>
244+
<p>
245+
246+
- Rust Apis:
247+
- `fizzy::validate` - [doc](https://docs.rs/fizzy/0.6.0-dev/fizzy/fn.validate.html)
248+
249+
</p>
250+
</details>
251+
239252
# Projects potentially integrated.
240253

241254
Those projects **will be potentially** supported/integrated in the future.

0 commit comments

Comments
 (0)