Crates.io | wasm-proc |
lib.rs | wasm-proc |
version | 1.7.0 |
source | src |
created_at | 2023-07-07 07:17:06.7894 |
updated_at | 2024-11-26 11:53:23.740264 |
description | Gear wasm processor |
homepage | |
repository | |
max_upload_size | |
id | 910552 |
size | 55,872 |
To install, checkout current repository and:
cd utils/wasm-proc
cargo install --path ./
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.