Releases: wapc/wapc-go
Releases · wapc/wapc-go
Upgrading to wasmer-go 1.0.4
Revamping Tests (#9) * Adding a test GH action * Making linters happy * Renaming go tests * Fixing branch configuration * Adding some sub-tests * Updating Tests * Little better coverage * Tidy Go mod * Updating Makefile and adding rust * Cleaning up comments a bit * s/an/and/ * Updated to TinyGo v0.20.0 Co-authored-by: Phil Kedy <[email protected]>
Upgrading to wasmer-go 1.0.3
Wasmer v1.0.3 (#6) * Upgrading to wasmer-go 1.0.3 * fix: Preventing the GC'ing of external functions * Simplification * Adding `args_sizes_get` and `args_get` to support TinyGo `-target wasi`
Added wapc_init for function registration
v0.2.1 Adding call to wapc_init for function registration (#2)
Added support for WASI fd_write for TinyGo / Secure by default logger and writer
- Added
wasi_unstable
fd_write
in order to support TinyGo - The logger for waPC
__console_log
and writer for WASIfd_write
are unset/secure by default and must be set explicitly viaSetLogger
andSetWriter
(which can be wapc.Println and wapc.Print respectively for writing to standard out)