Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 715 Bytes

File metadata and controls

38 lines (24 loc) · 715 Bytes

Zig plugin

Zig WASM plugin for proto.

Important

Zig is available in proto's official built-in toolchain as of proto v0.62. We recommend using the built-in toolchain instead of this plugin.

Installation

Add the following to .prototools.

[plugins]
zig = "github://konomae/zig-plugin"

Configuration

Zig plugin does not support configuration.

Hooks

Zig plugin does not support hooks.

Contributing

Build the plugin:

cargo build --target wasm32-wasip1

Test the plugin by running proto commands.

proto install zig-test
proto versions zig-test