Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 408 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 408 Bytes

Office-Viewer-WASM

This project is a software that parses Office files.

Note

This project is under development.

Build

  1. Build the WASM Part.
cd lib
wit-bindgen rust --out-dir src --world parser wit/world.wit
cargo component build --target wasm32-unknown-unknown
  1. Build CLI Part.
cd cli
cargo run ../lib/target/wasm32-unknown-unknown/debug/office_viewer_lib.wasm