1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-04-05 03:41:05 +00:00

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

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