/
germanubis
/
tera
Обзор
Документация
Войти
/
germanubis
/
tera
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
docs/bootstrap.js
5 строк
279 B
Ivan Tham
Add playground (#608)
28 фев 2021, 15:11
Не верифицирован
28 фев 2021, 15:11
b41e801
Код
Авторство
О чём код?
// A dependency graph that contains any wasm must all be imported // asynchronously. This `bootstrap.js` file does the single async import, so // that no one else needs to worry about it again. import("./index.js") .catch(e => console.error("Error importing `index.js`:", e));