Add objects to the top of the README

This commit is contained in:
Alex Crichton 2017-12-19 20:00:52 -08:00
parent 91fddfd10f
commit 737bd8c965

View File

@ -15,8 +15,8 @@ Notable features of this project includes:
* Exposing Rust structs to JS as classes
* Exposing Rust functions to JS
* Managing arguments between JS/Rust (strings, numbers, classes, etc)
* Importing JS functions with richer types (strings)
* Managing arguments between JS/Rust (strings, numbers, classes, objects, etc)
* Importing JS functions with richer types (strings, objects)
* Receiving arbitrary JS objects in Rust, passing them through to JS
* Generates Typescript for now instead of JS (although that may come later)