Skip to content
View KKiiim's full-sized avatar
  • Shanghai

Block or report KKiiim

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
KKiiim/README.md

Hi there πŸ‘‹

About me

  • I am a software development engineer. Primarily using C++ for dev, and some experience with TypeScript.
  • Currently work on compiler related development.

Open Source Expreience

  • Member of wasm-ecosystem org which maintained wasm-compiler, warp-optimizer, etc.

Work Expreience

  • AOT compiler for WASM (Now open source wasm-compiler)
    • highly efficient singlepass compilation that close to native execution speed
    • low resource consumption both in RAM usage and binary size
    • portable to bare metal
  • data collection platform based on WASM on embedded systems
    • knowledge about embedden device
    • real time operation system
  • Webassembly debugger extension based on Debug Adapter Protocol.
    • knowledge about debugger

KKiiim's Most used languages

Pinned Loading

  1. wasm-ecosystem/wasm-compiler wasm-ecosystem/wasm-compiler Public

    a lightweight and blazingly fast WebAssembly compiler and runtime library designed for use on resource-constrained embedded systems while seamlessly scaling to high-powered desktop and server systems

    C++ 5 2

  2. assemblyscript assemblyscript Public

    Forked from AssemblyScript/assemblyscript

    A TypeScript-like language for WebAssembly.

    WebAssembly