- ES6 with Module, Import Maps, JSON Imports and CSSStyleSheet, ...
- Zero Build Step
- Package Management using Snowpack
- (Optional) Rust to WASM Build Integration
python -m http.server 8080 --bind 127.0.0.1
yarn
yarn add three
# You have to update package.json and add three to webDependencies manually, then
node_modules/.bin/snowpack --optimize --clean
import * as THREE from "three"
cd src/wasm/
wasm-pack build --target browser