wasm-proc 1.6.2

Gear wasm processor
wasm-proc-1.6.2 is not a library.
Visit the last successful build: wasm-proc-0.0.0

wasm-proc

Install

To install, checkout current repository and:

cd utils/wasm-proc
cargo install --path ./

Use

To process cargo artifact, just pass it to the wasm-proc!

wasm_proc somefile.wasm

You will get two files in the same directory:

  • somefile.opt.wasm which is destined for the node.
  • somefile.meta.wasm which can be used by the browser or another ui to acquire metadata for the main wasm.