2025-08-26 22:03:06 +09:00

13 lines
546 B
Plaintext

---
title: Testing apps
description: Testing your app
---
# Testing
<TODO>
## wasm_bindgen_test
Rust Wasm ワーキンググループは wasm_bindgen_test というフレームワークをメンテナンスしており、組み込みの #[test] プロシージャルマクロの動作と同様の方法でブラウザでテストを実行することができます。詳細は、[Rust Wasm 活動グループのドキュメント](https://wasm-bindgen.github.io/wasm-bindgen/wasm-bindgen-test/index.html)に記載されています。