Skip to content

Commit 48de1e9

Browse files
authored
Updated deps, and confirmed working with new runtime :) (#299)
1 parent e8d250a commit 48de1e9

File tree

2 files changed

+573
-425
lines changed

2 files changed

+573
-425
lines changed

core/portable/importObject.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ const wasmImportObject = {
2828
index: {
2929
consoleLog: log,
3030
consoleLogTimeout: logTimeout
31+
},
32+
env: {
33+
abort: () => {
34+
console.error('AssemblyScript Import Object Aborted!');
35+
}
3136
}
3237
};
3338

0 commit comments

Comments
 (0)