version_101
版本发布时间: 2021-04-17 02:32:38
WebAssembly/binaryen最新发布版本:version_116(2023-09-15 02:08:43)
-
BinaryenSetFunctionTable
andmodule.setFunctionTable
have been removed
in favor ofBinaryenAddTable
andmodule.addTable
respectively. -
BinaryenIsFunctionTableImported
is removed. - A new type
BinaryenElementSegmentRef
has been added to the C API with
new apis in both C & JS:-
BinaryenAddActiveElementSegment
-
BinaryenAddPassiveElementSegment
-
BinaryenRemoveElementSegment
-
BinaryenGetElementSegment
-
BinaryenGetElementSegmentByIndex
-
BinaryenElementSegmentGetName
-
BinaryenElementSegmentSetName
-
BinaryenElementSegmentGetTable
-
BinaryenElementSegmentSetTable
-
BinayenElementSegmentIsPassive
-
module.addActiveElementSegment
-
module.addPassiveElementSegment
-
module.removeElementSegment
-
module.getElementSegment
-
module.getElementSegmentByIndex
-
module.getTableSegments
-
module.getNumElementSegments
-
binaryen.getElementSegmentInfo
-
-
BinaryenAddTable
andmodule.addTable
no longer take offset and function
names. -
BinaryenGetNumFunctionTableSegments
is replaced with
BinaryenGetNumElementSegments
. -
BinaryenGetFunctionTableSegmentOffset
is replaced with
BinaryenElementSegmentGetOffset
. -
BinaryenGetFunctionTableSegmentLength
is replaced with
BinaryenElementSegmentGetLength
. -
BinaryenGetFunctionTableSegmentData
is replaced with
BinaryenElementSegmentGetData
. - Boolean values in the C API now should use
bool
instead ofint
. - Experimental SIMD instructions have been removed and the names and opcodes of
the standard instructions have been updated to match the final spec.
1、 binaryen-version_101-x86_64-macos.tar.gz 5.4MB
2、 binaryen-version_101-x86_64-macos.tar.gz.sha256 107B
3、 binaryen-version_101-x86_64-linux.tar.gz 46.28MB
4、 binaryen-version_101-x86_64-linux.tar.gz.sha256 107B
5、 binaryen-version_101-x86_64-windows.tar.gz 31.76MB