wain
wain copied to clipboard
WebAssembly implementation from scratch in Safe Rust with zero dependencies
Once an execution is started, as a caller I have no control over the amount of memory and CPU time that is being used. Do you think it would be...
Is it possible to use wain generate wasm binaries to wat text from the AST as opposed to parsing from a binary or text to AST? I'm trying to use...
This PR introduces support for environments where the standard library is not available but a global allocator is (i.e. embedded usecase) to the "subcrates" in this repository - `wain-ast`, `wain-syntax-text`,...