(aws-lambda-nodejs): NodejsFunction with WebAssembly support #26554
Unanswered
owenbirdsall
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use a library (lucid-cardano) in my NodejsFunction. Lucid uses wasm, and when calling Lucid I get an error about empty references for its wasm modules.
I've tried adding
NODE_OPTIONS: "--experimental-wasm-modules"
to my environment variables, but sadly this did not fix the issue. I was wondering if there is anything else I need to do, or if anyone has managed to get wasm running in their NodejsFunctions?Here's my CDK NodejsFunction constructor:
Beta Was this translation helpful? Give feedback.
All reactions