wasm-proc

Crates.iowasm-proc
lib.rswasm-proc
version1.9.1
created_at2023-07-07 07:17:06.7894+00
updated_at2025-09-05 14:25:31.831584+00
descriptionGear wasm processor
homepagehttps://gear-tech.io
repositoryhttps://github.com/gear-tech/gear
max_upload_size
id910552
size57,416
Dmitrii Novikov (breathx)

documentation

https://docs.rs/wasm-proc

README

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.
Commit count: 3725

cargo fmt