Commit graph

4 commits

Author SHA1 Message Date
Youjin Lee
31c41306f0 Modify txt file for cross-platform build setup
Following the Android developer guide (https://developer.android.com/ndk/guides/other_build_systems), added HOST_TAG to the directory.
2024-04-06 12:48:30 +09:00
Jinny You
7838c1d3d1 wasm: Update emscripten build config
enabled options:
- EXPORT_ES6 > to import glue code in es6 module system
- SINGLE_FILE > to build library as a single JS file, single file reduces loading latency
- MODULARIZE > proper option to build es6 module (optimized)
- EXPORTED_RUNTIME_METHODS > allow es6 module based glue code to import FS
2024-01-02 20:34:11 +09:00
Hermet Park
58a0dba514 infra: add android CI build test with necessary cross build config. 2023-12-26 17:48:20 +09:00
Hermet Park
01dd93be11 infra: migrate cross files into one folder. 2023-12-26 17:48:01 +09:00