Giter Site home page Giter Site logo

Apple M1 Support about wasp HOT 2 CLOSED

iotaledger avatar iotaledger commented on September 4, 2024 4
Apple M1 Support

from wasp.

Comments (2)

howjmay avatar howjmay commented on September 4, 2024 2

I have opened a small PR(#774) to support compiling on M1 machines. This may temporarily solve the problem

from wasp.

tuddman avatar tuddman commented on September 4, 2024 1

Requirements:

  • Go 1.17
  • Rust stable-aarch64-apple-darwin known to work on 1.58.1
## build wasmtime
git clone https://github.com/bytecodealliance/wasmtime.git
cd wasmtime
git submodule update --init
cargo build -p wasmtime-c-api --release

cd ..

## build wasmtime-go
git clone https://github.com/bytecodealliance/wasmtime-go
cd wasmtime-go
./ci/local.sh ../wasmtime

cd path-to-wasp
go mod edit -replace=github.com/bytecodealliance/wasmtime-go=<wasmtime-go path>
make install

from wasp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.