This repository is for testing Emscripten on a portion of the OpenStudio SDK dealing with geometry.
Create a folder named embuild
Extract the contents of the latest release libtest_lib_release.zip
into that directory.
Copy the file libtest_lib.js.mem
into the project's root directory (this is a temporary step).
Install Node and npm
Run the test script by running node test.js
from the root directory
Install npm serve
Serve the test page by running serve
from the root directory
Install the Emscripten SDK
Run the commands in the emcmakebuild.bat
file