kaitai-struct-compiler 0.11.0-SNAPSHOT20250501.162508.91aeb53 → 0.11.0-SNAPSHOT20250819.142119.0b6aa5d
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/kaitai-struct-compiler.js +669 -543
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ modules will include a generated code for a parser that can read
|
|
|
14
14
|
described data structure from a file / stream and give access to it in
|
|
15
15
|
a nice, easy-to-comprehend API.
|
|
16
16
|
|
|
17
|
-
For more info on Kaitai Struct, please refer to
|
|
17
|
+
For more info on Kaitai Struct, please refer to https://kaitai.io/
|
|
18
18
|
|
|
19
19
|
Note that reference Kaitai Struct compiler is written in Scala, and thus
|
|
20
20
|
can be compiled for a variety of platforms, such as JVM, JavaScript
|