8000 GitHub - dylanowen/docker-wasm-pack
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dylanowen/docker-wasm-pack

Repository files navigation

dylanowen/wasm-pack

Docker Image Version (latest semver)

This is a simple Docker image for compiling rust wasm projects. The tag is the rustc version, ex: 1.70.0.

Usage

docker run \
    --rm -v \
    $(pwd):/usr/src/myapp \
    --workdir /usr/src/myapp \
    dylanowen/wasm-pack:latest \
    wasm-pack build

Building

All the building happens automatically in Github Actions

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  
0