# as-crypto **Repository Path**: mirrors_jedisct1/as-crypto ## Basic Information - **Project Name**: as-crypto - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2025-09-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # as-crypto Sample [AssemblyScript](https://assemblyscript.org) bindings for a [WASI cryptography API proposal](https://github.com/jedisct1/wasi-crypto-preview). These are not meant to be used by anything. The purpose of these bindings is to evaluate the usability of the API in the context of a programming language that radically differs from Rust (memory management, type system, tooling). It also provides a test bed for the AssemblyScript [witx code generator](https://github.com/jedisct1/as-witx/). Executing the resulting WebAssembly file requires [a version of `wasmtime` that includes the crypto modules](https://github.com/jedisct1/wasmtime-crypto). If you were looking for a crypto library written in AssemblyScript, check out [wasm-crypto](https://github.com/jedisct1/wasm-crypto) instead.