Is this possible? That is to say, I tried it and it didn't work. But in theory it should be possible shouldn't it? I'm only passing messages back and forth, isolated memory space, etc.
import 'dart:io';
import 'dart:isolate';
main(){
final sp = spawnUri('path/to/dart_html_app.dart');
}
throws:
IsolateSpawnException: 'Do not know how to load 'dart:html'