Runtime 'none' by default

This commit is contained in:
dcode
2019-04-09 08:28:14 +02:00
parent eb6c4c09ee
commit bb659bbdcd
31 changed files with 1253 additions and 1734 deletions

View File

@ -9,7 +9,7 @@ const imports = {
env: {
memory: new WebAssembly.Memory({ initial: 10 }),
abort: (filename, line, column) => {
throw Error("abort called at " + line + ":" + colum);
throw Error("abort called at " + line + ":" + column);
}
}
};