You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 25, 2019. It is now read-only.
This project is heavily inspired by deno and in a lot of cases uses code from deno directly.
Talking with Ryan Dahl, we've determined deno should be embeddable in other rust projects. It would be nice to use deno directly since it's improving rapidly (performance, security, features) and bringing all its changes is hard.
There are some things we're "waiting" for before we can make the switch:
Cool - thanks for the reference. We've just about got "cargo check" working - and after that it's a quick hop to "cargo build" and publishing a crate. I expect to have a crate published next week.
Once you can import the deno crate easily, we'll discuss the rest.
(I'm very interested in exposing memory stats. We need to track allocs for our internal tests too. I think we can model it after https://golang.org/pkg/runtime/#MemStats)
This project is heavily inspired by deno and in a lot of cases uses code from deno directly.
Talking with Ryan Dahl, we've determined deno should be embeddable in other rust projects. It would be nice to use deno directly since it's improving rapidly (performance, security, features) and bringing all its changes is hard.
There are some things we're "waiting" for before we can make the switch:
GetHeapStatistics
+ allocated space)print
callback with log "level" to handle logs differentlyThe text was updated successfully, but these errors were encountered: