wasm-rquickjs 0.3.4

Tool for wrapping JavaScript modules as WebAssembly components using the QuickJS engine
Documentation
1
2
3
4
5
// node:punycode — deprecated Punycode encoding/decoding (RFC 3492)
pub const PUNYCODE_JS: &str = include_str!("punycode.js");

pub const REEXPORT_JS: &str =
    r#"export * from 'node:punycode'; export { default } from 'node:punycode';"#;