0.0.8 • Published 1 year ago

@cosmwasm-as/rewrite-wasm v0.0.8

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

@cosmwasm-as/rewrite-wasm

A tool for rewriting .wasm binaries outputted by the AssemblyScript compiler to be compatible with CosmWasm.

Features

  • replaces (start ...) operation and inserts it before every exported function

Installation

Install globally:

npm install -g @cosmwasm-as/rewrite-wasm

Usage

cosmwasm-as-rewrite-wasm [--optimize=1] <.wasm file>
  • The optimize=1 flag is used for release versions and uses Binaryen to optimize the result binary.
  • Binaries are rewritten IN PLACE.
0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago