Skip to content

NewGyu/chibiwasm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What's this?

This is just only for practice to learn WASM specification and Rust lang.

Thanks:

Structure

Crates

There are two crates in this repository.

  • binary crate ... depends on library crate
  • library crate ... almost all codes are contained.

modules

crate::wasm::structure

Implementations that according to the structure definition such as Values, Types, Instructions and Modules.

crate::wasm::binary

Extensions for the structure to decode from wasm binary according to Binary Format section. In many cases, those are implemented as TryFrom.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%