# wasm-bundle **Repository Path**: mirrors_ueno/wasm-bundle ## Basic Information - **Project Name**: wasm-bundle - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # `wasm-bundle` `wasm-bundle` is a simple command-line tool to bundle resource files into a WebAssembly file as a custom section. This intends to be used in Enarx. For the details, see the [proposal](https://github.com/enarx/rfcs/pull/29). ## Usage ```console $ find dir -type f | wasm-bundle input.wasm output.wasm ```