/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/cases/wasm/memory/run.js
9 строк
221 B
Tobias Koppers
enable experiments.importAsync by default
04 авг 2020, 01:47
04 авг 2020, 01:47
dfc8e35
Код
Авторство
О чём код?
import * as a1 from "./mem-access.wat?1"; import * as a2 from "./mem-access.wat?2"; a1.set(42); export const x1 = a1.get(); export const x2 = a2.get(); a2.set(11); export const y1 = a1.get(); export const y2 = a2.get();