Skip to main content

Crate workflow_node

Crate workflow_node 

Source
Expand description

github crates.io docs.rs license

Framework compoents for using Node.js and NWJS in WASM environment

Re-exports§

pub use require::*;

Modules§

child_process
Bindings to the Node.js child_process module for spawning child processes.
error
Errors produced by the the node crate
fs
Bindings to the Node.js fs and fs/promises modules for file system access.
node_sys
Raw bindings to the Node.js API for projects using wasm-bindgen.
prelude
Re-exports the most commonly used items of this crate for convenient glob import.
process
Module encapsulating Process API for running child process daemons under Node.js and NWJS
require
Wrapper around the Node.js require function for loading native modules.
result
Result enum encapsulating the node Error enum