@@ -151,7 +151,7 @@ $(BUILD):
151151$(OBJ_DIR ) :
152152 $(call cmd,mkdir,$@ )
153153
154- $(OBJ_DIR ) /c-at-e -world :
154+ $(OBJ_DIR ) /fastly -world :
155155 $(call cmd,mkdir,$@ )
156156
157157$(OBJ_DIR ) /impl :
@@ -256,7 +256,7 @@ regenerate-world:
256256 @exit 1
257257else
258258regenerate-world :
259- $(WIT_BINDGEN ) c c-at-e .wit --no-helpers --out-dir c-at-e -world
259+ $(WIT_BINDGEN ) c fastly .wit --no-helpers --out-dir fastly -world
260260endif
261261
262262
@@ -274,7 +274,7 @@ $(foreach source,$(FSM_CPP),$(eval $(call compile_cxx,$(source))))
274274
275275# Compute runtime build ########################################################
276276
277- $(eval $(call compile_cxx,$(FSM_SRC)/c-at-e- world/c_at_e_world_adapter .cpp))
277+ $(eval $(call compile_cxx,$(FSM_SRC)/fastly- world/fastly_world_adapter .cpp))
278278
279279# This version of the runtime uses the world adapter in place of the world
280280# generated by wit-bindgen, adapting to the currently available host calls on
@@ -285,7 +285,7 @@ $(eval $(call compile_cxx,$(FSM_SRC)/c-at-e-world/c_at_e_world_adapter.cpp))
285285# that script for more information about why we do this.
286286$(OBJ_DIR ) /js-compute-runtime.wasm : $(FSM_OBJ ) $(SM_OBJ ) $(RUST_URL_LIB )
287287$(OBJ_DIR ) /js-compute-runtime.wasm : $(OBJ_DIR ) /impl/main.o
288- $(OBJ_DIR ) /js-compute-runtime.wasm : $(OBJ_DIR ) /c-at-e- world/c_at_e_world_adapter .o
288+ $(OBJ_DIR ) /js-compute-runtime.wasm : $(OBJ_DIR ) /fastly- world/fastly_world_adapter .o
289289 $(call cmd_format,WASI_LD,$@ ) PATH=" $( FSM_SRC) /scripts:$$ PATH" \
290290 $(WASI_CXX ) $(LD_FLAGS ) $(OPENSSL_LIBS ) -o $@ $^
291291 $(call cmd_format,WASM_STRIP,$@ ) $(call WASM_STRIP,$@ )
@@ -295,7 +295,7 @@ $(eval $(call compile_cxx,$(FSM_SRC)/impl/main.cpp))
295295
296296# Compute runtime component build ##############################################
297297
298- $(eval $(call compile_c,$(FSM_SRC)/c-at-e- world/c_at_e_world .c))
298+ $(eval $(call compile_c,$(FSM_SRC)/fastly- world/fastly_world .c))
299299
300300# This version of the runtime uses the code generated by wit-bindgen, to
301301# ultimately be run as a component on c@e.
@@ -305,7 +305,7 @@ $(eval $(call compile_c,$(FSM_SRC)/c-at-e-world/c_at_e_world.c))
305305# that script for more information about why we do this.
306306$(OBJ_DIR ) /js-compute-runtime-component.wasm : $(FSM_OBJ ) $(SM_OBJ ) $(RUST_URL_LIB )
307307$(OBJ_DIR ) /js-compute-runtime-component.wasm : $(OBJ_DIR ) /impl/main_component.o
308- $(OBJ_DIR ) /js-compute-runtime-component.wasm : $(OBJ_DIR ) /c-at-e- world/c_at_e_world .o
308+ $(OBJ_DIR ) /js-compute-runtime-component.wasm : $(OBJ_DIR ) /fastly- world/fastly_world .o
309309 $(call cmd_format,WASI_LD,$@ ) PATH=" $( FSM_SRC) /scripts:$$ PATH" \
310310 $(WASI_CXX ) $(LD_FLAGS ) $(OPENSSL_LIBS ) -o $@ $^
311311 $(call cmd_format,WASM_STRIP,$@ ) $(call WASM_STRIP,$@ )
0 commit comments