blob: 6becaebf24077b18ff4ad60b228246bc4561d61a [file] [log] [blame]
import * as assert from '../assert.js';
import("./wasm-wasm-cycle/entry.wasm").then($vm.abort, function (error) {
assert.eq(String(error), `LinkError: import function ./entry.wasm:return42 must be callable`);
}).then(function () { }, $vm.abort);