This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Write initial memory in pages not bytes
ClosedPublic

Authored by sbc100 on Apr 28 2017, 2:13 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

sbc100 created this revision.Apr 28 2017, 2:13 PM
dschuff accepted this revision.Apr 28 2017, 2:20 PM
dschuff added inline comments.
include/llvm/Support/Wasm.h
27 ↗(On Diff #97158)

i guess we'd probably call this 64k :D

This revision is now accepted and ready to land.Apr 28 2017, 2:20 PM
sbc100 marked an inline comment as done.Apr 28 2017, 2:24 PM
sbc100 updated this revision to Diff 97161.Apr 28 2017, 2:24 PM
  • fix typo
This revision was automatically updated to reflect the committed changes.