fix(treesitter): enable a gc for wasmtime

(cherry picked from commit 5fe582448c)
This commit is contained in:
Lewis Russell
2025-06-15 14:44:49 +01:00
committed by github-actions[bot]
parent ce292026ea
commit 3d5be364bc

View File

@@ -7,5 +7,6 @@ ExternalProject_Add(wasmtime
-D WASMTIME_FASTEST_RUNTIME=ON # build with full LTO -D WASMTIME_FASTEST_RUNTIME=ON # build with full LTO
-D WASMTIME_DISABLE_ALL_FEATURES=ON # don't need all that crap... -D WASMTIME_DISABLE_ALL_FEATURES=ON # don't need all that crap...
-D WASMTIME_FEATURE_CRANELIFT=ON # ...except this one (compiles wasm to platform code) -D WASMTIME_FEATURE_CRANELIFT=ON # ...except this one (compiles wasm to platform code)
-D WASMTIME_FEATURE_GC_DRC=ON # ...and this one (needed by ts to create engines)
USES_TERMINAL_BUILD TRUE USES_TERMINAL_BUILD TRUE
${EXTERNALPROJECT_OPTIONS}) ${EXTERNALPROJECT_OPTIONS})