Skip to content
This repository has been archived by the owner on Mar 23, 2020. It is now read-only.

WebAssembly chapter in english #51

Merged
merged 2 commits into from
May 16, 2017
Merged

WebAssembly chapter in english #51

merged 2 commits into from
May 16, 2017

Conversation

Hoverbear
Copy link
Member

@Hoverbear Hoverbear commented Apr 5, 2017

Instructs on the basics of WebAssembly.

Includes:

  • Setting up an executable.
  • Setting up a library.

Contributes to #35.

@Hoverbear Hoverbear requested a review from skade April 5, 2017 14:51
@Hoverbear Hoverbear force-pushed the feature/wasm branch 2 times, most recently from bba7b37 to 4910df6 Compare May 10, 2017 09:38
@Hoverbear
Copy link
Member Author

Rebased.

pub fn get_data() -> *mut c_char {
let mut data = HashMap::new();
data.insert("Alice", "send");
data.insert("Bob", "recieve");
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This generally looks good, but this typo runs through all of the chapter :).

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shhhhh... xD

@Hoverbear Hoverbear merged commit df95695 into master May 16, 2017
@Hoverbear Hoverbear deleted the feature/wasm branch May 16, 2017 09:00
gaconkzk pushed a commit to gaconkzk/learn-rust that referenced this pull request Jun 17, 2019
* WebAssembly chapter in english

* Speeling
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants