Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
semvis123 committed Aug 7, 2023
1 parent fd7f869 commit 4b6c876
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
[![Tests](https://github.com/semvis123/go-catdoc/actions/workflows/go.yml/badge.svg)](https://github.com/semvis123/go-catdoc/actions/workflows/go.yml)

Uses Wazero to run catdoc as webassembly in Go.
The catdoc source is slightly modified to support reading metadata in `.doc`.
The msdoc.hexpat file is a pattern file for imhex that can parse the `summaryinformation` ole object inside the `.doc` file.
The catdoc source is slightly modified to support reading metadata in `.doc`.
The `msdoc.hexpat` file is a pattern file for imhex that can parse the `summaryinformation` ole object inside the `.doc` file.

To compile the webassembly binary, go to ./catdoc/src/ and run `make catdoc-wasm`.
To compile the webassembly binary, go to ./catdoc/src/ and run `make catdoc-wasm`.
To run the tests, do `go test ./...`

Usage:
Expand Down

0 comments on commit 4b6c876

Please sign in to comment.