Skip to content

This project helps you build WASM files for Draw Harness

Notifications You must be signed in to change notification settings

frank-pian/occt-draw-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Build wasm for Draw Harness

This project helps you build WASM files for this project: https://github.com/gkv311/occt-draw

How to do

  1. Install the Ddocker and BuildKit. The latest version of Docker has been integrated with BuildKit.
  2. Clone this project.
  3. Run
    `DOCKER_BUILDKIT=1 docker build -o type=local,dest=WASM_OUTPUT_PATH .` 
    Build the single-threaded DRAWEXE.
    `DOCKER_BUILDKIT=1 docker build -o type=local,dest=WASM_OUTPUT_PATH --build-arg pthread=-pthread .` 
    Build multi-threaded DRAWEXE.

About

This project helps you build WASM files for Draw Harness

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages