···460460461461 data->start = data->counter(core->data->data);
462462463463- // !TODO: move it to wasm module?
464464- // TODO: does where to fetch code from need to be a config option so this isn't hard
465465- // coded for just a single language? perhaps change it later when we have a second script
466466- // engine that uses BINARY?
467467- if (strcmp(config->name,"wasm")==0) {
463463+ if (config->useBinarySection)
468464 code = tic->cart.binary.data;
469469- }
470465471466 done = tic_init_vm(core, code, config);
472467 }