1
1
mirror of https://github.com/tweag/asterius.git synced 2024-09-11 08:55:32 +03:00
This commit is contained in:
Cheng Shao 2020-10-14 22:13:54 +00:00
parent d752f96adc
commit 057d43fb20

View File

@ -33,7 +33,7 @@ export async function newAsteriusInstance(req) {
),
__asterius_memory_base = new WebAssembly.Global(
{ value: "i32", mutable: false },
req.pic ? 4096 : req.defaultMemoryBase // TODO: make dynamic.
req.defaultMemoryBase // TODO: make dynamic.
);
let mkSptEntries = function (spt_offset_entries) {