# TurboScript Built-in Library
This repository contains all built-ins of TurboScript. Ultimate goals is use the same code for all targets. 
There are exceptions for unsupported features which can be emulated or bridge to supported target, for example bridge DOM manipulation from WASM to JavaScript. 

## TODO
- [ ] Remove platform specific code.