Crates.io | wasm-gc-api |
lib.rs | wasm-gc-api |
version | 0.1.11 |
source | src |
created_at | 2018-02-06 16:56:04.292365 |
updated_at | 2018-08-28 17:12:06.349406 |
description | A library to garbage collect webassembly modules |
homepage | https://github.com/alexcrichton/wasm-gc |
repository | https://github.com/alexcrichton/wasm-gc |
max_upload_size | |
id | 49874 |
size | 47,906 |
A small command to gc a wasm module and remove all unneeded exports, imports,
functions, etc. This is effectively --gc-sections
for wasm.
This project is licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Install gcc
:
sudo apt update && sudo apt install gcc -y
and then install the crate:
cargo install wasm-gc