/anthropic-wrap

A Polywrap Wasm Wrap for the Anthropic API

Primary LanguageRust

Polywrap Wasm Wrapper Template

A simple starter template for a Rust Wasm wrapper. For more information on how this project works, and a step by step on how to extend its behavior, see the documentation here.

How To Run

Install Dependencies

nvm install && nvm use
yarn

Codegen & Build

yarn codegen
yarn build

Test

yarn test