Is wasm supported in railway Node.js Runtime?
My project is using Transformer.js, which requires wasm, in local Node.js project can run successfully, but will fail in railway
8 Replies
Project ID:
401f2ddd-f2db-4aed-9b55-94d6b4d640d0
401f2ddd-f2db-4aed-9b55-94d6b4d640d0
Solution
for this, you would for sure want to write your own dockerfile
Okay...
I see the service also using Node.js, so wasm is not included in this?
no it's not, hence the need to write your own Dockerfile
I see, thank you
no problem