Skip to content
This repository was archived by the owner on Jun 16, 2020. It is now read-only.

Rename memory instructions.#53

Merged
yurydelendik merged 1 commit intobytecodealliance:masterfrom
sunfishcode:master
Jun 8, 2018
Merged

Rename memory instructions.#53
yurydelendik merged 1 commit intobytecodealliance:masterfrom
sunfishcode:master

Conversation

@sunfishcode
Copy link
Member

The wasm instructions grow_memory and current_memory were renamed to
memory.grow and memory.size, respectively:

WebAssembly/spec#720

The patch here renames wasmparser.rs's GrowMemory and CurrentMemory
to MemoryGrow and MemorySize, to better align with the spec.

The wasm instructions `grow_memory` and `current_memory` were renamed to
`memory.grow` and `memory.size`, respectively:

WebAssembly/spec#720

The patch here renames wasmparser.rs's `GrowMemory` and `CurrentMemory`
to `MemoryGrow` and `MemorySize`, to better align with the spec.
@yurydelendik yurydelendik merged commit d7b967c into bytecodealliance:master Jun 8, 2018
@yurydelendik
Copy link
Collaborator

Thank you for the patch

Robbepop pushed a commit to Robbepop/wasmparser that referenced this pull request Jun 11, 2020
This is WIP specified in the reference types proposal. For example, it's in the
text format and execution text, but not the binary encoding or validation text.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants