Skip to content

@agentos-software/duckdb: wasm build unimplemented (CMake→wasm), blocks publish #143

Description

@NathanFlurry

@agentos-software/duckdb is unpublished — it has no wasm build, so it's skipped by registry/publish-software.sh:

case "$n" in wget|duckdb|make|build-essential) ... duckdb - skipped (heavy CMake->wasm build)

Problem: duckdb needs a heavy CMake→wasm32-wasip1 build that isn't wired up, so no .wasm is produced and the package has no dist/index.js to publish (versions: [] on npm).

Impact: agent-os packages/shell depended on @agentos-software/duckdb; since it can't resolve, it was dropped from packages/shell to unblock agent-os CI. Re-add once the wasm build lands.

Done when: duckdb builds to wasm32-wasip1, publish-software.sh no longer excludes it, the package publishes, and it's restored to agent-os packages/shell.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions