Ami
Ami
DDeno
Created by Ami on 12/28/2023 in #help
Updated examples for "Roll your own JavaScript runtime" blog posts?
Hmm. Serializing to/from JSON seems like a terrible way to do it. Probably good enough for my application, but surely there must be a better way.
9 replies
DDeno
Created by Ami on 12/28/2023 in #help
Updated examples for "Roll your own JavaScript runtime" blog posts?
@Deno AI Helper Do you know how to pass Javascript Objects (v8::Object) between Rust and Javascript?
9 replies
DDeno
Created by Ami on 12/28/2023 in #help
Updated examples for "Roll your own JavaScript runtime" blog posts?
Now I'm trying to figure out how to pass Javascript Objects back and forth.
9 replies
DDeno
Created by Ami on 12/28/2023 in #help
Updated examples for "Roll your own JavaScript runtime" blog posts?
There are still some deprecated functions in that code, but it builds and appears to work.
9 replies
DDeno
Created by Ami on 12/28/2023 in #help
Updated examples for "Roll your own JavaScript runtime" blog posts?
Cool. In fact, after writing this question, I eventually stumbled upon the github repo with updated code from the blog. You can find it here: https://github.com/denoland/roll-your-own-javascript-runtime/tree/main
9 replies