Moves the internal stack to use a pointer stack instead of the native array for improved performance (#8891)

Remove custom flags for native arrays when using flexbuffers on Wasm

Co-authored-by: Wouter van Oortmerssen <aardappel@gmail.com>
This commit is contained in:
mustiikhalil
2026-02-12 19:42:21 +01:00
committed by GitHub
parent fcf75449b8
commit d71c0ab4ac
4 changed files with 144 additions and 9 deletions

View File

@@ -24,7 +24,7 @@ let package = Package(
],
dependencies: [
.package(path: "../../.."),
.package(url: "https://github.com/swiftwasm/WasmKit", exact: "0.1.6")
.package(url: "https://github.com/swiftwasm/WasmKit", exact: "0.1.6"),
],
targets: [
.target(name: "Wasm"),
@@ -37,5 +37,5 @@ let package = Package(
name: "FlexBuffers.Test.Swift.WasmTests",
dependencies: [
.product(name: "FlexBuffers", package: "flatbuffers"),
])
]),
])