/
magnusroot
/
flutter
Обзор
Документация
Войти
/
magnusroot
/
flutter
Код
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
dev/integration_tests/web_compile_tests/web/flutter_bootstrap.js
12 строк
369 B
Jackson Gardner
Support `flutter run --wasm` and `flutter drive --wasm`. (#146231)
12 апр 2024, 22:27
Не верифицирован
12 апр 2024, 22:27
9973673
Код
Авторство
О чём код?
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. {{flutter_js}} {{flutter_build_config}} _flutter.loader.load({ config: { // Use the local CanvasKit bundle instead of the CDN to reduce test flakiness. canvasKitBaseUrl: "/canvaskit/", }, });