Crates.io | wasm-wrapper-gen-build |
lib.rs | wasm-wrapper-gen-build |
version | 0.0.3 |
source | src |
created_at | 2017-11-27 22:35:44.875149 |
updated_at | 2017-12-06 07:19:30.6778 |
description | JavaScript-wrapper generation for rust code targeting wasm32-unknown-unknown (build-script side) |
homepage | |
repository | https://github.com/daboross/wasm-wrapper-gen |
max_upload_size | |
id | 40789 |
size | 29,787 |
wasm-wrapper-gen
provides JavaScript wrapper generation for rust code targeting wasm32-unknown-unknown.
wasm-wrapper-gen-build
is the build-script side of wasm-wrapper-gen
. It provides the functionality to transform
a source file into a JavaScript file containing bindings to all functions exported using wasm-wrapper-gen
.
See wasm-wrapper-gen
for more information: