wasm-rquickjs 0.3.4

Tool for wrapping JavaScript modules as WebAssembly components using the QuickJS engine
Documentation
1
2
// node:test module - JavaScript-only (no native functions needed)
pub const TEST_JS: &str = include_str!("test.js");