Releases: second-state/witc
Releases · second-state/witc
v0.4
23 Aug 06:43
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
any error should lead process error
v0.3
17 May 06:37
Compare
Sorry, something went wrong.
No results found
upgrade to wasmedge 0.12.1 (sdk 0.8.1)
correct dependencies lookup
introduce working directory concept
for file checking, the locaiton directory of file is the working directory
for directory checking, the directory is the working directory
v0.2.1
08 May 08:12
Compare
Sorry, something went wrong.
No results found
export multiple component in runtime
v0.2
03 May 09:45
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
wasm interface types supporting
func
record
variant
enum
resource
backend: code generation
rust
runtime import/export
instance import/export
check command