blob: c2274c04fa78bf1c376da432ba08ebc458e808a0 [file] [log] [blame]
import * as assert from '../assert.js';
Promise.all([
import("./start.wasm"),
import("./start.wasm"),
]).then(([start0, start1]) => {
assert.eq(start0, start1);
assert.eq(start0.get(), 1);
}, $vm.abort);