mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-01 19:58:15 +00:00
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:
@@ -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"),
|
||||
])
|
||||
]),
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user