Skip to content

Commit

Permalink
Include core/encode.o in the shared builtins
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottt committed Aug 4, 2023
1 parent e67cad3 commit a10963b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion runtime/js-compute-runtime/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,10 @@ $(OBJ_DIR)/js-compute-runtime-component.wasm: $(OBJ_DIR)/host_interface/componen

shared-builtins: shared/builtins.a shared/librust_url.a shared/librust_encoding.a

shared/builtins.a: $(OBJ_DIR)/builtins/shared/*.o $(OBJ_DIR)/builtin.o | shared
shared/builtins.a: $(OBJ_DIR)/builtins/shared/*.o
shared/builtins.a: $(OBJ_DIR)/builtin.o
shared/builtins.a: $(OBJ_DIR)/core/encode.o
shared/builtins.a: | shared
$(call cmd,wasi_ar,$^)

shared/librust_url.a: $(RUST_URL_LIB) | shared
Expand Down

0 comments on commit a10963b

Please sign in to comment.