Skip to content

tajimamasa/office-viewer-wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages