Граф коммитов

8 Коммитов

Автор SHA1 Сообщение Дата
Ryan Kelly d410ed90af
Update metadata for transfer to `mozilla` github org. 2020-04-14 13:30:18 +10:00
Ryan Kelly b1cf634ae9
Typo cleanups 2020-04-09 20:28:43 +10:00
Ryan Kelly c2e7784d68
Fix typo 2020-04-09 19:30:05 +10:00
Ryan Kelly ef6969aa81
Add some more professional-looking infra to the repo.
Because I am totes professional.
2020-04-09 18:26:03 +10:00
Ryan Kelly 0867367bb2 Add `make bench` command 2020-03-17 20:54:15 +11:00
Ryan Kelly fbf551ed28
Add some simple testing/benching scratch stuff 2020-03-17 19:44:05 +11:00
Ryan Kelly f8270d8f96
Use a separate WASM instance for each regexp.
This provides more sandboxing, but also means that you don't have
to manually drop `SandboxedRegExp` objects that are no longer in
use. Instead you just rely on the garbage collector to drop the
object and the underlying WASM instance that it uniquely owns.
2020-03-17 17:19:18 +11:00
Ryan Kelly e06b5d01dc
Initial commit 2020-03-06 15:15:54 +11:00