🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@dorgjelli-test/schema-bind

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dorgjelli-test/schema-bind

Web3API Schema Binding

latest
Source
npmnpm
Version
0.0.1-prealpha.49
Version published
Weekly downloads
0
-100%
Maintainers
2
Weekly downloads
 
Created
Source

Web3API Binding

Generates Web3API schema bindings for supported guest languages.

Details

Web3API uses MessagePack as a common data interchange format between languages. This allows Web3API WASM modules, authored in different langues, to be run within a single host language (JS, Rust, Python, Go, C#, C++).

MessagePack encoded data is sent between module boundaries. Decoding of the message will happen in the destination environment, using generated binding code, created by this package.

Supported Schema Types

GraphQL Schema TypeMessagePack TypeDescription
UIntuint 3232-bit unsigned integer.
UInt8uint 88-bit unsigned integer.
UInt16uint 1616-bit unsigned integer.
UInt32uint 3232-bit unsigned integer.
UInt64uint 6464-bit unsigned integer.
Intint 3232-bit signed integer.
Int8int 88-bit signed integer.
Int16int 1616-bit signed integer.
Int32int 3232-bit signed integer.
Int64int 6464-bit signed integer.
Stringfixstr or str 8/16/32UTF-8 string.
Booleanbooltrue or false stored as 1 byte.

Usage

TODO

FAQs

Package last updated on 26 Feb 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts