mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-14 07:21:30 +00:00
Update n-body sources and binary for rust. Add bench results (#172)
This commit is contained in:
@ -7,6 +7,7 @@ const compiled = new WebAssembly.Module(
|
||||
|
||||
const imports = {
|
||||
env: {
|
||||
memory: new WebAssembly.Memory({ initial: 10 }),
|
||||
abort: (filename, line, column) => {
|
||||
throw Error("abort called at " + line + ":" + colum);
|
||||
}
|
||||
|
Reference in New Issue
Block a user