You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some Node.js runtime environment such as AWS Lambda, it would be nice to have a pure JS implementation without extra file access like a wasm file because some bundling process doesn't recognize such extra files automatically.
Could you provide another package like re2-wasm-inline by inlining the wasm binary as a Buffer so that the extra wasm file isn't required?
Or, if your licensing term allows, I can also create such a package and publish it to npmjs on behalf.
For some Node.js runtime environment such as AWS Lambda, it would be nice to have a pure JS implementation without extra file access like a wasm file because some bundling process doesn't recognize such extra files automatically.
Could you provide another package like
re2-wasm-inline
by inlining the wasm binary as aBuffer
so that the extra wasm file isn't required?Or, if your licensing term allows, I can also create such a package and publish it to npmjs on behalf.
Let me know your opinion!
See smithy-lang/smithy-typescript#733
This could also solve #15
The text was updated successfully, but these errors were encountered: