v0.5.0
What's Changed
- Add threaded worker API in #125
- Add
_asyncand_immediateruntime function variants - Add
js_value, a generalized JS value container - Add
Promise - Rename JsFunction to Function, and make it a js_value
- Externalize tokio runtime
- Overhaul error generation in the module loader
- Add options for the builtin extensions
- Begin adding support for the SharedArrayBuffer
- Make Error::as_highlighted more flexible
- Lots of bugfixes in module-loading and stored functions
New Contributors
Full Changelog: v0.4.5...v0.5.0