Skip to content

Commit

Permalink
Remove memory
Browse files Browse the repository at this point in the history
  • Loading branch information
drew-y committed Sep 19, 2024
1 parent 02872d2 commit 5b96b68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/assembler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ import { initFieldLookupHelpers } from "./assembler/field-lookup-helpers.js";

export const assemble = (ast: Expr) => {
const mod = new binaryen.Module();
mod.setMemory(1, 150, "buffer");
mod.setFeatures(binaryen.Features.All);
const extensionHelpers = initExtensionHelpers(mod);
const fieldLookupHelpers = initFieldLookupHelpers(mod);
Expand Down

0 comments on commit 5b96b68

Please sign in to comment.