# pjs-rs
A javascript runtime with pjs embebed
## TODO:
- implement loader to allow to run files with modules (e.g FsModuleLoader / TsModuleLoader)
- implment `ts` transpiling for files matching `.ts`
- implement run `js code` as string.
- Write Docs