greentic-bundle 0.5.0

Greentic bundle authoring CLI scaffold with embedded i18n and answer-document contracts.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Extension test fixtures

`fixture-bundle/` is the minimal bundle extension used by integration tests in
`tests/ext_*.rs`. It declares `execution.kind="builtin"`, so the runtime never
instantiates the WASM binary — the 8-byte stub here is a placeholder magic
header only.

Regenerate with:

    printf '\0asm\x01\0\0\0' > fixture-bundle/extension.wasm

Do not delete or rename — tests reference these paths by string.