quickjs-go icon indicating copy to clipboard operation
quickjs-go copied to clipboard

Is it possible to write a file?

Open jcchavezs opened this issue 1 year ago • 1 comments

Is it possible to write a file or import the std library?

jcchavezs avatar Apr 28 '24 18:04 jcchavezs

this module just a js interpreter , if you want write a file , you can bind an golang function . eg: https://github.com/buke/quickjs-go/blob/b1c165c8c112ba3cfa246484b501d0d44534f629/quickjs_test.go#L35

buke avatar May 14 '24 04:05 buke

I'm going to close this, if you have any question please feel free to reopen it. thanks

buke avatar Jul 20 '24 12:07 buke