feat(benchmark): export mitata as benchmark lib#4
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces benchmarking support to the project by integrating the
mitatalibrary and updating relevant configuration and package files. It also includes minor refactoring in the WASM plugin and updates to TypeScript configuration for improved compatibility.Benchmarking Integration
mitatabenchmarking library topackage.jsondependencies and updated the lock file to include it. [1] [2] [3] [4]src/benchmark/index.tsthat re-exportsmitatafor use throughout the project.benchmark/indexas a build entry intsdown.config.tsand exposed it in the package exports. [1] [2]WASM Plugin Refactoring
TS_TEMP_EXTENSIONconstant and its usage from WASM plugin files to simplify file handling. [1] [2] [3]TypeScript Configuration Update
src/dev/tsconfig/base.jsonto extend fromassemblyscript/std/portable.json, adjust library settings, and clean up compiler options for better compatibility with AssemblyScript and portable environments.