Stream: jco

Topic: Controlling where the WASM file is read from.


view this post on Zulip Damian Reeves (Jun 03 2024 at 15:46):

Is there anyway to control where wasm files are fetched from when you do a jco transpile. I was trying to create one NPM package that contains my transpiled resources along with the wasm and have multiple npm packages in my workspace consume it, but the fetchCompile call through the use of import.meta.url expects the WASM file in the same directory


Last updated: Nov 22 2024 at 16:03 UTC