If I run:
cd examples/test-gltf-watch
npm i
perry compile -v main.ts -o main
I get the following output:
Collecting modules...
Native library: bloom/core (376 FFI functions)
Native library: bloom/scene (376 FFI functions)
Native library: bloom/models (376 FFI functions)
Found 7 module(s): 7 native, 0 JavaScript
Generating code...
Module init order (6 modules):
[0] src/core/types.ts
[1] src/core/colors.ts
[2] src/core/keys.ts
[3] src/core/index.ts
[4] src/models/index.ts
[5] src/scene/index.ts
Wrote object file: examples_test_gltf_watch_main_ts.o
Wrote object file: src_core_colors_ts.o
Wrote object file: src_core_index_ts.o
Wrote object file: src_core_keys_ts.o
Wrote object file: src_core_types_ts.o
Wrote object file: src_models_index_ts.o
Wrote object file: src_scene_index_ts.o
auto-optimize: Perry workspace source not found, using prebuilt libperry_runtime.a + libperry_stdlib.a
Linking (runtime-only)...
Building native library: bloom/core ...
Update: 0.5.107 → 0.5.463 available
Run perry update to update, or visit https://github.com/PerryTS/perry/releases/tag/v0.5.463
Error: No such file or directory (os error 2)
If I run:
cd examples/test-gltf-watch
npm i
perry compile -v main.ts -o main
I get the following output: