blob: 883ff6822606daa5291895fce21fa0da07d09291 [file] [edit]
{
"main.dart": {
"name": "<unnamed>",
"imports": {
"1": [
"out_module1.wasm"
],
"2": [
"out_module2.wasm",
"out_module3.wasm"
]
},
"importPrefixToLoadId": {
"a": "1",
"b": "2"
}
},
"a.dart": {
"name": "<unnamed>",
"imports": {
"3": [
"out_module2.wasm",
"out_module3.wasm"
],
"4": [
"out_module3.wasm",
"out_module4.wasm"
]
},
"importPrefixToLoadId": {
"b": "3",
"c": "4"
}
}
}