mirror of
https://github.com/robonen/canvas-3d.git
synced 2026-03-20 02:44:40 +00:00
feat(engine): wasm experiments
This commit is contained in:
7
packages/matrix/Dockerfile
Normal file
7
packages/matrix/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM ubuntu:22.04
|
||||
|
||||
MAINTAINER Robonen Andrew <robonenandrew@gmail.com>
|
||||
|
||||
WORKDIR /src
|
||||
|
||||
RUN apt update && apt install -y clang lldb lld
|
||||
Reference in New Issue
Block a user