2023-08-13 21:37:18 +00:00
committed by Git OBS Bridge
parent 850d030bcd
commit 3720e45529
4 changed files with 27 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4a09c118fae597db046bddad5734cc536a47f9afd333855789bda6955d08a617
size 2489416

3
wasm3-0.5.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b778dd72ee2251f4fe9e2666ee3fe1c26f06f517c3ffce572416db067546536c
size 2582080

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Sun Aug 13 21:35:49 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>
- update to version 0.5.0:
* Multi-Value support ( #23 by @soundandform, @vshymanskyy )
- Switched to WebAssembly opam-1.1.1 spec tests by default
- General interpreter refinement and bugfix
* Bulk memory ops: mem.copy & mem.fill
* Support Apple M1
* Continuous fuzzing via OSS-Fuzz
- Improved security
- Fixed memory leaks, parse errors, etc.
- Stack overflow detection in EvaluateExpression
* Extended API:
- Globals access: m3_FindGlobal, m3_SetGlobal, m3_GetGlobal, m3_GetGlobalType
- m3_InjectFunction for dynamic wasm interpretation
* Option to limit accessible memory: d_m3MaxLinearMemoryPages
* WASI:
- Improved wasi_snapshot_preview1 support + wasi_unstable compatibility layer
- Fixed memory layout of several structures, improved security, etc.
* Added wasm3-strace prebuilt binary for Win64
-------------------------------------------------------------------
Mon Mar 15 22:36:33 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>

View File

@@ -1,7 +1,7 @@
#
# spec file for package wasm3
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: wasm3
Version: 0.4.9
Version: 0.5.0
Release: 0
Summary: A high performance WebAssembly interpreter written in C
License: MIT