pjs-rs 0.1.0

A javascript runtime with [pjs](https://github.com/polkadot-js) embebed
Documentation
1
2
3
4
5
6
7
8
# 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