We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e67cad3 commit 92fba0eCopy full SHA for 92fba0e
runtime/js-compute-runtime/Makefile
@@ -340,7 +340,10 @@ $(OBJ_DIR)/js-compute-runtime-component.wasm: $(OBJ_DIR)/host_interface/componen
340
341
shared-builtins: shared/builtins.a shared/librust_url.a shared/librust_encoding.a
342
343
-shared/builtins.a: $(OBJ_DIR)/builtins/shared/*.o $(OBJ_DIR)/builtin.o | shared
+shared/builtins.a: $(OBJ_DIR)/builtins/shared/*.o
344
+shared/builtins.a: $(OBJ_DIR)/builtin.o
345
+shared/builtins.a: $(OBJ_DIR)/core/encode.o
346
+shared/builtins.a: | shared
347
$(call cmd,wasi_ar,$^)
348
349
shared/librust_url.a: $(RUST_URL_LIB) | shared
0 commit comments