Improved docs and fixed few typos

This commit is contained in:
Syrus
2019-05-13 11:18:57 -07:00
parent 5a6cb96714
commit 8218e550fc
7 changed files with 16 additions and 16 deletions

View File

@ -1,5 +1,5 @@
//! Installing signal handlers allows us to handle traps and out-of-bounds memory
//! accesses that occur when runniing webassembly.
//! accesses that occur when runniing WebAssembly.
//!
//! This code is inspired by: https://github.com/pepyakin/wasmtime/commit/625a2b6c0815b21996e111da51b9664feb174622
//!