Tagged: assemblyscript
Posts filed under assemblyscript.

March 30, 2026 · PerformanceQuickly detecting Escapes with SWAR
A compact SWAR trick for detecting quotes, backslashes, control characters, and non-ASCII UTF-16 lanes while serializing JSON strings.
performanceswarassemblyscript
1 reactions0 comments

March 27, 2026 · TestingTesting in AssemblyScript
A practical guide to setting up tests in AssemblyScript, using snapshots, mocking, fuzzing, and running against real runtimes with as-test.
testingassemblyscriptwebassemblyperformance
0 reactions0 comments

March 26, 2026 · PerformanceQuickly parsing Unicode Escapes with SWAR
Parsing JSON unicode escape sequences with SWAR instead of branches or lookup tables.
performanceswarassemblyscript
1 reactions0 comments

March 26, 2026 · TestingFuzzing in AssemblyScript
How to add practical property-based fuzzing to an AssemblyScript project with as-test.
testingfuzzingassemblyscriptwebassembly
1 reactions0 comments
