-
Notifications
You must be signed in to change notification settings - Fork 16
Description
There's been some problems with WASMTIME_PROFILE which points to whether wasmtime is built in debug or release mode. In response to some of the headaches @Yaxuan-w created this PR.
Talking this over in the meeting today I realized we could get rid of this problem completely by appropriately using a build/ folder when we make our system. This would mean simply cp'ing the wasmtime binary to lind-wasm/build on compile (it would make sense to move the compiled sysroot here as well).
This would make the paths for our various scripts much less confusing and also make it so we only have one version of wasmtime compiled at any time without the need for alternate path variables depending on profile.
Putting up this issue to grab some thoughts here.
If we come to a consensus @J7-7-7 should be able to put this together.