-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove instructions for wasm composer
- Loading branch information
Carlin Eng
committed
Jun 12, 2024
1 parent
2bdcdf3
commit 4381c2b
Showing
1 changed file
with
0 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,19 +26,6 @@ https://user-images.githubusercontent.com/7178946/170373869-3cf43dd2-25c4-4ed0-b | |
- Remove the Apple quarantine flag: `xattr -d com.apple.quarantine ./composer` | ||
4. In your newly unzipped directory, run `./composer malloy-samples` | ||
|
||
## Downloading and Running WASM Composer | ||
Composer can run from a web server and is included in the samples. WASM Composer | ||
can only use csv and parquet files (via DuckDB). | ||
|
||
1. Run the following commands | ||
``` | ||
git clone [email protected]:malloydata/malloy-samples.git | ||
cd malloy-samples | ||
python -m SimpleHTTPServer | ||
``` | ||
2. Goto http://localhost:8000/wasm in a web browser | ||
|
||
|
||
## Running Composer from Source | ||
|
||
1. `npm install` to install package dependencies | ||
|