arcjet-js
arcjet-js copied to clipboard
chore!: refactor wasm loading for analyze
Refactors wasm loading so that the analyze
package only exports an initialisation function. This greately reduces the amount of code duplication, because we don't need functions per-wasm function per-runtime.
Closes #1448