Skip to content

proc-macro for creating glue code to easily pass structs/enums in and out of wasm

License

Notifications You must be signed in to change notification settings

nikita-skobov/wasm_type_gen

Repository files navigation

  • wasm_type_gen_derive contains proc-macro generations for serialization and deserialization of moving data in and out of wasm
  • wasm_type_gen a library that provides convenience functions for building your own custom wasm framework
  • example1 minimal example showing basic wasm type generation + compilation/usage
  • example2_derive more involved example illustrating the purpose of wasm_type_gen
  • example2 consumer of example2_derive. This is the end goal for users to write code like this.

About

proc-macro for creating glue code to easily pass structs/enums in and out of wasm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages