examples: wamr example program
This commit is contained in:
@ -29,5 +29,9 @@ RUN apt-get update \
|
||||
&& apt-get clean
|
||||
|
||||
COPY --from=wamr-builder /wasm-micro-runtime/product-mini/platforms/linux/build /opt/wasm-micro-runtime
|
||||
RUN pwd
|
||||
COPY ./examples /home/ubuntu/examples
|
||||
|
||||
WORKDIR /home/ubuntu/examples
|
||||
|
||||
ENV PATH="$PATH:/opt/wasi-sdk/bin:/opt/wasm-micro-runtime"
|
||||
|
||||
Reference in New Issue
Block a user