Skip to content

Commit

Permalink
remove bindings generation from manifest build (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcasalboni authored Feb 14, 2025
1 parent 4b5bcb7 commit bbd9ff1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ edgee_world:

setup: edgee_world ## setup development environment

build:
build: setup
edgee components build

build-no-edgee: setup ## build component
Expand Down
2 changes: 1 addition & 1 deletion edgee-component.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repository = "https://github.com/edgee-cloud/example-py-component"
wit-world-version = "0.4.0"

[component.build]
command = "uv sync && uv run componentize-py --wit-path wit/ bindings edgee_world && uv run componentize-py --wit-path wit/ --world data-collection componentize dc_component -o dc_component.wasm"
command = "uv run componentize-py --wit-path wit/ --world data-collection componentize dc_component -o dc_component.wasm"
output_path = "./dc_component.wasm"

[component.settings.example]
Expand Down

0 comments on commit bbd9ff1

Please sign in to comment.