Redfire75369 / spiderfire

JavaScript Runtime built with Mozilla's SpiderMonkey Engine
Mozilla Public License 2.0
394 stars 24 forks source link

Documentation for Internal and External API #11

Open Redfire75369 opened 3 years ago

Redfire75369 commented 3 years ago

Lack of Documentation

Spiderfire is currently lacking documentation for most of its API. It would be nice to have the structs and functions documented so that contributors can more easily understand the codebase, and users can begin creation of native modules.

Requirements

This task requires basic understanding of Rust, to understand the codebase, and intermediate understanding of Javascript, to understand the interactions with SpiderMonkey. Difficulty: Easy to Intermediate

Workspace Crates

guest271314 commented 1 year ago

How to read from stdin?