summaryrefslogtreecommitdiff
path: root/src/isolate_init.rs
AgeCommit message (Collapse)Author
2019-03-18Re-implement init scripts in core (#1958)andy finch
Re-enables arm64 CI test
2019-03-18Integrate //core into existing code baseRyan Dahl
This disables a few tests which are broken still: - tests/error_004_missing_module.test - tests/error_005_missing_dynamic_import.test - tests/error_006_import_ext_failure.test - repl_test test_set_timeout - repl_test test_async_op - repl_test test_set_timeout_interlaced - all of permission_prompt_test
2019-03-08Add basic Arm64 build to CI (#1887)andy finch
2019-03-05fix snapshots in gn build (#1886)andy finch
Bug introduced in 75fe80d5a4992ddad89160c2e0113a1af8d3d24a
2019-03-04`use-snapshots` build option for cross compile support. (#1852)andy finch