mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
chore(std/wasi): enable and fix lint errors in snapshot_preview1 (#7360)
This commit is contained in:
parent
b014a98534
commit
71a8b1fe27
2 changed files with 690 additions and 628 deletions
File diff suppressed because it is too large
Load diff
|
@ -13,7 +13,7 @@ const context = new Context({
|
|||
});
|
||||
|
||||
const instance = new WebAssembly.Instance(module, {
|
||||
wasi_snapshot_preview1: context.exports,
|
||||
"wasi_snapshot_preview1": context.exports,
|
||||
});
|
||||
|
||||
const memory = instance.exports.memory as WebAssembly.Memory;
|
||||
|
|
Loading…
Reference in a new issue