wasm-rquickjs 0.3.3

Tool for wrapping JavaScript modules as WebAssembly components using the QuickJS engine
Documentation
1
2
// JS functions for the ieee754 implementation
pub const IEEE754_JS: &str = include_str!("ieee754.js");