wasm-wrapper-gen-shared

Crates.iowasm-wrapper-gen-shared
lib.rswasm-wrapper-gen-shared
version0.0.3
sourcesrc
created_at2017-11-27 22:33:34.513634
updated_at2017-12-06 07:14:45.458461
descriptionBackend implementation details of wasm-wrapper-gen
homepage
repositoryhttps://github.com/daboross/wasm-wrapper-gen
max_upload_size
id40787
size15,957
(daboross)

documentation

README

wasm-wrapper-gen-shared

wasm-wrapper-gen provides JavaScript-wrapper generation for rust code targeting wasm32-unknown-unknown.

wasm-wrapper-gen is composed of two parts: a procedural macro to generate extern "C" functions with appropriate parameters, and a build script which scrapes the source for instances of that macro and generates JavaScript bindings calling those methods.

wasm-wrapper-gen-shared is a set of utility functions which are shared between the procedural macro crate and the build script crate.

This crate is not meant for direct use.

See wasm-wrapper-gen for more information:

Commit count: 34

cargo fmt