Add Kaitai Struct Decode operation

This commit is contained in:
Kendall Goto 2025-04-04 22:13:54 -07:00
parent 7c8be12d52
commit 73d069decc
No known key found for this signature in database
GPG key ID: C78AF3694E455D69
6 changed files with 294 additions and 1 deletions

View file

@ -97,6 +97,7 @@ import "./tests/JWK.mjs";
import "./tests/JWTDecode.mjs";
import "./tests/JWTSign.mjs";
import "./tests/JWTVerify.mjs";
import "./tests/KaitaiStructDecode.mjs";
import "./tests/LevenshteinDistance.mjs";
import "./tests/Lorenz.mjs";
import "./tests/LS47.mjs";