Migrate validate_json.py script to rust in run-make/rustdoc-map-file test

This commit is contained in:
Guillaume Gomez 2024-08-16 12:19:39 +02:00
parent 27b93da8de
commit a2a4f2bcb5
3 changed files with 48 additions and 44 deletions

View file

@ -38,6 +38,7 @@ pub use bstr;
pub use gimli;
pub use object;
pub use regex;
pub use serde_json;
pub use wasmparser;
// Re-exports of external dependencies.