Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Align with latest wasm naming convention #4

Merged
merged 1 commit into from
Jun 10, 2019

Conversation

AlanFoster
Copy link
Owner

For consistency this PR aligns the codebase with the newest wasm naming convention:

;; core instructions
get_local -> local.get
set_local -> local.set
get_global -> global.get
set_global -> global.set

WebAssembly/spec#884

@AlanFoster AlanFoster merged commit f7dad39 into master Jun 10, 2019
@AlanFoster AlanFoster deleted the align-with-latest-wasm-naming-convention branch June 10, 2019 23:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant