-
Notifications
You must be signed in to change notification settings - Fork 67
Closed
Description
The adder
example from the docs, doesn't seem to work. What am I doing wrong, or could the documentation be outdated?
I'm using this simple setup, taken from the docs.
Reproduce
build-component:
componentize-py \
--wit-path component.wit \
--world adder \
componentize \
app \
-o add.wasm
fails with
Traceback (most recent call last):
File "/home/wolfgang/.local/bin/componentize-py", line 8, in <module>
sys.exit(script())
^^^^^^^^
AssertionError: Traceback (most recent call last):
File "/0/app.py", line 1, in <module>
import adder
ModuleNotFoundError: No module named 'adder'
Caused by:
ModuleNotFoundError: No module named 'adder'
make: *** [Makefile:11: build-component] Error 1
Version
componentize-py: 0.17.2
vados-cosmonic
Metadata
Metadata
Assignees
Labels
No labels