Currently setWasmPath accepts a full path to the vanilla WASM binary. Now that we are shipping multiple WASM binaries to support experimental features, users need the ability to specify multiple custom paths.
One way to do this would be to change setWasmPath to something like setWasmPrefix, which would specify a custom directory with multiple WASM binaries.