denoland / roll-your-own-javascript-runtime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

roll-your-own-javascript-runtime main.rs not updated or not working

saurabhdiwanji opened this issue · comments

Hi,

I tried use roll-your-own-javascript-runtime and found that roll-your-own-javascript-runtime/src/main.rs on line 107 either is not correct or I am doing something wrong.

Could you please let me know if i have to do something to correct my program; or example needs to to be updated on github?

I am following the steps under blog
https://deno.com/blog/roll-your-own-javascript-runtime

Regards,
Saurabh

I solved it by parsing file_path as std::path::Path. and it worked for me.

Thanks.