node-motoko icon indicating copy to clipboard operation
node-motoko copied to clipboard

Compile and run Motoko smart contracts in Node.js or the browser.

Results 5 node-motoko issues
Sort by recently updated
recently updated
newest added

I'm trying to get this to run in our development version of Azle that uses QuickJS under-the-hood. Here's the output I get when I just try to `import mo from...

This PR adapts the logic from [this WASI polyfill file](https://github.com/dfinity/motoko-playground/blob/23fb14f7d764267bed942c5d65086b8b9369b169/src/wasiPolyfill.ts) for a headless Node.js environment. Progress: - [x] Refactor to TypeScript - [x] Decouple Wasm functionality from user interface -...

Hey, great work. I am already adding it to the Blast playground. One thing is holding me back on an awesome feature. When I subsequently compile the same code I...

A few projects are compiling the Rust `candid_parser` library as Wasm module, and run them in browser, e.g., https://gitlab.com/dfinity-lab/legalregistry/public-dashboards-ui/-/blob/dev/rs/didc/src/lib.rs?ref_type=heads. I am wondering if it makes sense to include the Wasm...