forked from iree-org/iree
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Quality of life improvements for static web sample. (iree-org#8240)
* Move web server script to scripts/ so it can be used more naturally for other samples * Fetch easeljs library and use the local server script, to be ready for CORS / SharedArrayBuffer / Emscripten pthreads experiments * Set `-g -gseparate-dwarf` per https://developer.chrome.com/blog/wasm-debugging-2020/, enabling DWARF debugging instead of source map debugging, then remove the serving directory hack * serving the entire source tree with a nested build tree may have also been OOM-ing my tabs... not sure - just serving a 600KB `.wasm` and a 2MB `.debug.wasm` is much better anyways
- Loading branch information
Showing
4 changed files
with
14 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.