Skip to content

Releases: second-state/witc

v0.4

23 Aug 06:43
1101fa4

Choose a tag to compare

  • plugin generation
    • generate type definition into Plugin
    • allow local name ref type
  • check circular imports
  • codegen rust FFI for plugin

v0.3.1

17 May 07:20
77960f1

Choose a tag to compare

  • any error should lead process error

v0.3

17 May 06:37
3991631

Choose a tag to compare

  • upgrade to wasmedge 0.12.1 (sdk 0.8.1)

  • correct dependencies lookup

    introduce working directory concept

    1. for file checking, the locaiton directory of file is the working directory
    2. for directory checking, the directory is the working directory

v0.2.1

08 May 08:12
8fed541

Choose a tag to compare

  • export multiple component in runtime

v0.2

03 May 09:45
6d133e4

Choose a tag to compare

  • performance improvement: memory queue of call
  • validation: check directory
  • CLI: add --help and subcommand
  • validation: check imports existed, e.g. use {a, b, c} from m will ensure m does have type definition a, b, and c

v0.1

13 Mar 04:07
5829b95

Choose a tag to compare

  • wasm interface types supporting
    • func
    • record
    • variant
    • enum
    • resource
  • backend: code generation
    • rust
      • runtime import/export
      • instance import/export
  • check command