Skip to content

Commit

Permalink
remove instructions for wasm composer
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlin Eng committed Jun 12, 2024
1 parent 2bdcdf3 commit 4381c2b
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4381c2b

Please sign in to comment.