2021-03-15 22:50:57 +00:00
committed by Git OBS Bridge
parent ce91e74bfb
commit 850d030bcd
4 changed files with 44 additions and 6 deletions

View File

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

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

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

View File

@@ -1,3 +1,37 @@
-------------------------------------------------------------------
Mon Mar 15 22:36:33 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
- update to version 0.4.9:
* Structured WebAssembly/WASI tracing.
- Check out d_m3EnableStrace flag and the demo of wasm3-strace utility.
* Backtrace recording on traps
* Support exported functions with multiple names
* Support recursive m3_Call invocation. i.e. calling exported function
from within imported function callback.
* pywasm3 Python module is released. See some colorful examples sunglasses
* New API:
- Exported function signature introspection: m3_GetArgCount,
m3_GetRetCount, m3_GetArgType, m3_GetRetType
- Introspection of imported functions (see IM3ImportContext _ctx argument)
- Calls with raw arguments, instead of strings: m3_CallV, m3_CallVL, m3_Call
- Warning: m3_CallWithArgs renamed to m3_CallArgv
- Get return values: m3_GetResultsV, m3_GetResultsVL, m3_GetResults
- Get backtrace: m3_GetBacktrace
- Helpers: m3_GetFunctionName, m3_GetModuleName, m3_GetFunctionModule,
m3_GetModuleRuntime
- m3_RunStart can (optionally) be used to force the dynamic module initialization.
* Build system:
- Add BUILD_NATIVE flag (ON by default).
- Remove d_m3LogOutput, USE_HUMAN_FRIENDLY_ARGS, and other misleading flags.
- ESP32-C3 support
- Raspberry Pi Pico (RP2040) support
* WASI:
- Improved security via m3ApiCheckMem
- Whence fixes
- Cosmopolitan Libc support
* Fix some memory leaks, parse errors, etc.
* Updated docs
-------------------------------------------------------------------
Fri Feb 12 16:02:40 UTC 2021 - Mustafa Çalışkan <musfay@protonmail.com>
@@ -17,5 +51,8 @@ Fri Feb 12 05:52:40 UTC 2021 - Mustafa Çalışkan <musfay@protonmail.com>
* Add ability to select spec version for testing
* Optimize simple FuncTypes
* Set d_m3MaxSaneFunctionArgCount to 128
- Initial package
-------------------------------------------------------------------
Tue Sep 15 10:16:10 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- initial package at v0.4.7

View File

@@ -15,12 +15,13 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: wasm3
Version: 0.4.8
Version: 0.4.9
Release: 0
Summary: A high performance WebAssembly interpreter written in C
Group: Development/Languages/Other
License: MIT
Group: Development/Languages/Other
URL: https://github.com/wasm3/wasm3
Source: https://github.com/wasm3/wasm3/archive/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: cmake >= 3.11