Skip to content

WASM Plugin System #9

@DarlingtonDeveloper

Description

@DarlingtonDeveloper

Overview

Extensibility via sandboxed WASM plugins. Deferred from initial launch (was Phase 7G).

Plugin Types

  • Ingest adapter — custom event sources
  • Linker rule — custom auto-linking logic
  • Briefing section — custom section generators
  • Export format — custom export formats
  • Classifier — custom node kind classification

Runtime

wasmtime for sandboxing. Plugins can't access filesystem or network unless explicitly granted.

Config

[[plugins]]
path = "./plugins/slack-ingest.wasm"
type = "ingest"

Spec

Full spec at specs/07g-plugins.md

Priority

Post-launch. Extensibility play for when external users want to customise without forking.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions