Skip to content

miuel/getting-started-WebAssembly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

getting-started-WebAssembly

What is WebAssembly?

WebAssembly is a new type of code that can be run in modern web browsers and provides new features and major gains in performance. It is not primarily intended to be written by hand, rather it is designed to be an effective compilation target for source languages like C, C++, Rust, etc.

  • Loading a WASM
  • Exports: calling C from JS
  • Imports: calling JS from C
  • Memory Access: Reading Strings
  • Custom Memory Imports

About

- Loading a WASM - Exports: calling C from JS - Imports: calling JS from C - Memory Access: Reading Strings - Custom Memory Imports

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors