Initial wasm support

This commit is contained in:
Sebastian Miasojed
2024-08-29 17:28:31 +02:00
parent 41c8d4e955
commit 5ac67bdc0d
69 changed files with 2277 additions and 8937 deletions
+4 -5
View File
@@ -1,10 +1,9 @@
[package]
name = "revive-stdlib"
version.workspace = true
license.workspace = true
edition.workspace = true
repository.workspace = true
description = "revive compiler stdlib components"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
inkwell = { workspace = true, features = ["target-riscv", "no-libffi-linking", "llvm18-0"] }