nandi/vflutter_ffipublic Fork 0
main
Commits
Clone
git clone https://git.rickub.com/nandi/vflutter_ffi.git
git clone ssh://git@rickub.com/nandi/vflutter_ffi.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

emcc · 28 lines · 855 BText Blame HistoryRaw
Add a WebAssembly backend for the example 728acaa nandithebull 8h ago1#!/usr/bin/env dotslash
2
3// The emscripten C -> WebAssembly compiler, pinned by content hash.
4//
5// Nothing is installed: DotSlash fetches this on first use and caches it under
6// ~/.cache/dotslash. Version 6.0.9, resolved via emsdk's
7// emscripten-releases-tags.json to the build hash in the URLs below.
8//
9// Regenerate an entry with:
10// dotslash -- create-url-entry <url>
11
12{
13 "name": "emcc",
14 "platforms": {
15 "linux-x86_64": {
16 "size": 298541944,
17 "hash": "blake3",
18 "digest": "59405b7a7d7c02798b68e616f8e0f9ededcbec4dbe868cebf63a92ff533d252b",
19 "format": "tar.xz",
20 "path": "install/emscripten/emcc",
21 "providers": [
22 {
23 "url": "https://storage.googleapis.com/webassembly/emscripten-releases-builds/linux/f04ea239d533260dd1db760dd2d668d5f9a88d6b/wasm-binaries.tar.xz"
24 }
25 ]
26 }
27 }
28}