Skip to content

v1.0.3

Compare
Choose a tag to compare
@Hywan Hywan released this 26 Feb 10:40
· 77 commits to master since this release
5f7cd99

Added

  • #213 Add the CompilerKind, EngineKind, IsCompilerAvailable and IsEngineAvailable symbols.
  • #206 Use parameterized tests to check all available configurations.
  • #204 Add Config.UseSinglepassCompiler.
  • #193, #190 and #211 Add the custom_wasmer_runtime build tag.
  • #192 Add missing documentation.

Changed

(nothing)

Fixed

  • #220 Test with more compilers and more engines.
  • #209 Fix documentation format.
  • #207 Avoid calling Function.Type() for every function call.
  • #198 Update shared libraries to fix a bug with CpuFeatures.Add.
  • #197 Force go mod vendor to copy the packaged/ directory.