package: name: sharedlib-test version: "1.0" _tag: pyodide.test source: path: src build: sharedlibrary: true script: | emcc -c main.c -o main.o ${SIDE_MODULE_CFLAGS} mkdir dist emcc main.o ${SIDE_MODULE_LDFLAGS} -o dist/sharedlib-test.so