Skip to content

Instantly share code, notes, and snippets.

@Hywan
Created May 28, 2019 14:39
Show Gist options
  • Save Hywan/f76c8f41afcc26426cc39a864af5fcfa to your computer and use it in GitHub Desktop.
Save Hywan/f76c8f41afcc26426cc39a864af5fcfa to your computer and use it in GitHub Desktop.
Go Wasm example, memory.rs
#[no_mangle]
pub extern fn return_hello() -> *const u8 {
b"Hello, World!\0".as_ptr()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment