Skip to content

Commit

Permalink
Merge pull request #11 from vexide/chore/no-more-wasm32
Browse files Browse the repository at this point in the history
chore: remove wasm stuff
Tropix126 authored Dec 19, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 5aaf517 + 81b04a2 commit 827fef2
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
[build]
target = "./armv7a-vex-v5.json"

[target.wasm32-unknown-unknown]
rustflags = ["-Clink-arg=--export-memory", "-Clink-arg=--import-table"]

[unstable]
build-std = ["core", "compiler_builtins", "alloc"]
build-std-features = ["compiler-builtins-mem"]
3 changes: 1 addition & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"rust-analyzer.check.targets": [
"${workspaceFolder}/armv7a-vex-v5.json",
"wasm32-unknown-unknown"
],
"rust-analyzer.check.allTargets": false,
"rust-analyzer.cargo.features": "all",
"rust-analyzer.check.command": "clippy",
}
}
3 changes: 2 additions & 1 deletion armv7a-vex-v5.json
Original file line number Diff line number Diff line change
@@ -4,10 +4,11 @@
"abi": "eabihf",
"os": "none",
"vendor": "vex",
"env": "v5",
"panic-strategy": "abort",
"relocation-model": "static",
"llvm-target": "armv7a-none-eabihf",
"features": "+v7,+neon,+vfp3,+thumb2",
"features": "+v7,+neon,+vfp3d16,+thumb2",
"linker": "rust-lld",
"linker-flavor": "ld.lld",
"data-layout": "e-m:e-p:32:32-Fi8-i64:64-v128:64:128-a:0:32-n32-S64",

0 comments on commit 827fef2

Please sign in to comment.