emscripten-functions-sys

This crate contains bindgen-generated bindings for the system emscripten functions, as presented in their API reference. The following headers have bindings available: - emscripten - html5 - console

A little description of the files in this project

The bindings are based on the emscripten headers from a compiled emscripten release, like the ones at https://storage.googleapis.com/webassembly/emscripten-releases-builds/, that are downloaded by emsdk.

The emscripten folder contains the headers taken from the emscripten release (currently at version 3.1.44).

The build_bindings.rs file that can be run with e.g. rust-script creates declarations for the emscripten functions using bindgen.

The src folder already contains the generated bindings.