@as-pect/assembly
v9.0.0
Published
Write AssemblyScript tests at blazing fast speeds
Readme
jtenner/as-pect - @as-pect/assembly
Write your module in AssemblyScript and get blazing fast bootstrapped tests with WebAssembly speeds!
Documentation
To view the documentation, it's located here on the gitbook. If there are any issues with the docs, please feel free to file an issue!
Runtime vocabulary
This package is the AssemblyScript-side testing runtime used by each Test suite. It calls into the JavaScript Wasm host for declaration-time and runtime facts, including Test tree recorder events, logs, reflected assertion values, and snapshot entries.
Class instance comparisons and reflected object output depend on methods generated by the Class reflection transform in @as-pect/transform. Those generated methods implement the Class-member plan that runtime Reflect helpers consume.
Contributors
To contribute please see CONTRIBUTING.md.
Thanks to @willemneal and
@MaxGraey for all their support in making as-pect the
best software it can be.
Other Contributors:
- @trusktr - Documentation Changes
- @MaxGraey - Performance API suggestions
- @torch2424 - Documentation Changes
- @dcodeIO - Made AssemblyScript itself!
- @9oelM - Misc functionalities
Special Thanks
Special thanks to the AssemblyScript team for creating AssemblyScript itself.
